docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/dialogflow_v2.projects.agent.html b/docs/dyn/dialogflow_v2.projects.agent.html
index 6a30246..126f4f4 100644
--- a/docs/dyn/dialogflow_v2.projects.agent.html
+++ b/docs/dyn/dialogflow_v2.projects.agent.html
@@ -151,15 +151,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -191,6 +182,15 @@
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -210,32 +210,32 @@
An object of the form:
{ # Represents a fulfillment.
- "features": [ # Optional. The field defines whether the fulfillment is enabled for certain features.
- { # Whether fulfillment is enabled for the specific feature.
- "type": "A String", # The type of the feature that enabled for fulfillment.
- },
- ],
- "name": "A String", # Required. The unique identifier of the fulfillment.
- # Format: `projects/<Project ID>/agent/fulfillment`.
- "displayName": "A String", # Optional. The human-readable name of the fulfillment, unique within the agent.
- "enabled": True or False, # Optional. Whether fulfillment is enabled.
- "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
- # Dialogflow supports two mechanisms for authentications:
- # - Basic authentication with username and password.
- # - Authentication with additional authentication headers.
- # More information could be found at:
- # https://cloud.google.com/dialogflow/docs/fulfillment-configure.
- "uri": "A String", # Required. The fulfillment URI for receiving POST requests.
- # It must use https protocol.
- "password": "A String", # Optional. The password for HTTP Basic authentication.
- "isCloudFunction": True or False, # Optional. Indicates if generic web service is created through Cloud Functions
- # integration. Defaults to false.
- "username": "A String", # Optional. The user name for HTTP Basic authentication.
- "requestHeaders": { # Optional. The HTTP request headers to send together with fulfillment requests.
- "a_key": "A String",
- },
+ "features": [ # Optional. The field defines whether the fulfillment is enabled for certain features.
+ { # Whether fulfillment is enabled for the specific feature.
+ "type": "A String", # The type of the feature that enabled for fulfillment.
},
- }</pre>
+ ],
+ "name": "A String", # Required. The unique identifier of the fulfillment.
+ # Format: `projects/<Project ID>/agent/fulfillment`.
+ "displayName": "A String", # Optional. The human-readable name of the fulfillment, unique within the agent.
+ "enabled": True or False, # Optional. Whether fulfillment is enabled.
+ "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
+ # Dialogflow supports two mechanisms for authentications:
+ # - Basic authentication with username and password.
+ # - Authentication with additional authentication headers.
+ # More information could be found at:
+ # https://cloud.google.com/dialogflow/docs/fulfillment-configure.
+ "uri": "A String", # Required. The fulfillment URI for receiving POST requests.
+ # It must use https protocol.
+ "password": "A String", # Optional. The password for HTTP Basic authentication.
+ "isCloudFunction": True or False, # Optional. Indicates if generic web service is created through Cloud Functions
+ # integration. Defaults to false.
+ "username": "A String", # Optional. The user name for HTTP Basic authentication.
+ "requestHeaders": { # Optional. The HTTP request headers to send together with fulfillment requests.
+ "a_key": "A String",
+ },
+ },
+ }</pre>
</div>
<div class="method">
@@ -302,9 +302,9 @@
The object takes the form of:
{ # The request message for Agents.ImportAgent.
+ "agentContent": "A String", # Zip compressed raw byte content for agent.
"agentUri": "A String", # The URI to a Google Cloud Storage file containing the agent to import.
# Note: The URI must start with "gs://".
- "agentContent": "A String", # Zip compressed raw byte content for agent.
}
x__xgafv: string, V1 error format.
@@ -317,15 +317,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -357,6 +348,15 @@
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -376,9 +376,9 @@
The object takes the form of:
{ # The request message for Agents.RestoreAgent.
- "agentContent": "A String", # Zip compressed raw byte content for agent.
"agentUri": "A String", # The URI to a Google Cloud Storage file containing the agent to restore.
# Note: The URI must start with "gs://".
+ "agentContent": "A String", # Zip compressed raw byte content for agent.
}
x__xgafv: string, V1 error format.
@@ -391,15 +391,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -431,6 +422,15 @@
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -462,22 +462,6 @@
"agents": [ # The list of agents. There will be a maximum number of items returned based
# on the page_size field in the request.
{ # Represents a conversational agent.
- "timeZone": "A String", # Required. The time zone of this agent from the
- # [time zone database](https://www.iana.org/time-zones), e.g.,
- # America/New_York, Europe/Paris.
- "description": "A String", # Optional. The description of this agent.
- # The maximum length is 500 characters. If exceeded, the request is rejected.
- "parent": "A String", # Required. The project of this agent.
- # Format: `projects/<Project ID>`.
- "supportedLanguageCodes": [ # Optional. The list of all languages supported by this agent (except for the
- # `default_language_code`).
- "A String",
- ],
- "avatarUri": "A String", # Optional. The URI of the agent's avatar.
- # Avatars are used throughout the Dialogflow console and in the self-hosted
- # [Web
- # Demo](https://cloud.google.com/dialogflow/docs/integrations/web-demo)
- # integration.
"defaultLanguageCode": "A String", # Required. The default language of the agent as a language tag. See
# [Language
# Support](https://cloud.google.com/dialogflow/docs/reference/language)
@@ -498,6 +482,22 @@
# are no fallback intents defined, no intent will be triggered. The score
# values range from 0.0 (completely uncertain) to 1.0 (completely certain).
# If set to 0.0, the default of 0.3 is used.
+ "timeZone": "A String", # Required. The time zone of this agent from the
+ # [time zone database](https://www.iana.org/time-zones), e.g.,
+ # America/New_York, Europe/Paris.
+ "description": "A String", # Optional. The description of this agent.
+ # The maximum length is 500 characters. If exceeded, the request is rejected.
+ "parent": "A String", # Required. The project of this agent.
+ # Format: `projects/<Project ID>`.
+ "supportedLanguageCodes": [ # Optional. The list of all languages supported by this agent (except for the
+ # `default_language_code`).
+ "A String",
+ ],
+ "avatarUri": "A String", # Optional. The URI of the agent's avatar.
+ # Avatars are used throughout the Dialogflow console and in the self-hosted
+ # [Web
+ # Demo](https://cloud.google.com/dialogflow/docs/integrations/web-demo)
+ # integration.
},
],
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
@@ -544,15 +544,6 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -584,6 +575,15 @@
# user-facing error message should be localized and sent in the
# google.rpc.Status.details field, or localized by the client.
},
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -598,6 +598,44 @@
The object takes the form of:
{ # Represents a fulfillment.
+ "features": [ # Optional. The field defines whether the fulfillment is enabled for certain features.
+ { # Whether fulfillment is enabled for the specific feature.
+ "type": "A String", # The type of the feature that enabled for fulfillment.
+ },
+ ],
+ "name": "A String", # Required. The unique identifier of the fulfillment.
+ # Format: `projects/<Project ID>/agent/fulfillment`.
+ "displayName": "A String", # Optional. The human-readable name of the fulfillment, unique within the agent.
+ "enabled": True or False, # Optional. Whether fulfillment is enabled.
+ "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
+ # Dialogflow supports two mechanisms for authentications:
+ # - Basic authentication with username and password.
+ # - Authentication with additional authentication headers.
+ # More information could be found at:
+ # https://cloud.google.com/dialogflow/docs/fulfillment-configure.
+ "uri": "A String", # Required. The fulfillment URI for receiving POST requests.
+ # It must use https protocol.
+ "password": "A String", # Optional. The password for HTTP Basic authentication.
+ "isCloudFunction": True or False, # Optional. Indicates if generic web service is created through Cloud Functions
+ # integration. Defaults to false.
+ "username": "A String", # Optional. The user name for HTTP Basic authentication.
+ "requestHeaders": { # Optional. The HTTP request headers to send together with fulfillment requests.
+ "a_key": "A String",
+ },
+ },
+}
+
+ updateMask: string, Required. The mask to control which fields get updated. If the mask is not
+present, all fields will be updated.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Represents a fulfillment.
"features": [ # Optional. The field defines whether the fulfillment is enabled for certain features.
{ # Whether fulfillment is enabled for the specific feature.
"type": "A String", # The type of the feature that enabled for fulfillment.
@@ -623,45 +661,7 @@
"a_key": "A String",
},
},
- }
-
- updateMask: string, Required. The mask to control which fields get updated. If the mask is not
-present, all fields will be updated.
- x__xgafv: string, V1 error format.
- Allowed values
- 1 - v1 error format
- 2 - v2 error format
-
-Returns:
- An object of the form:
-
- { # Represents a fulfillment.
- "features": [ # Optional. The field defines whether the fulfillment is enabled for certain features.
- { # Whether fulfillment is enabled for the specific feature.
- "type": "A String", # The type of the feature that enabled for fulfillment.
- },
- ],
- "name": "A String", # Required. The unique identifier of the fulfillment.
- # Format: `projects/<Project ID>/agent/fulfillment`.
- "displayName": "A String", # Optional. The human-readable name of the fulfillment, unique within the agent.
- "enabled": True or False, # Optional. Whether fulfillment is enabled.
- "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
- # Dialogflow supports two mechanisms for authentications:
- # - Basic authentication with username and password.
- # - Authentication with additional authentication headers.
- # More information could be found at:
- # https://cloud.google.com/dialogflow/docs/fulfillment-configure.
- "uri": "A String", # Required. The fulfillment URI for receiving POST requests.
- # It must use https protocol.
- "password": "A String", # Optional. The password for HTTP Basic authentication.
- "isCloudFunction": True or False, # Optional. Indicates if generic web service is created through Cloud Functions
- # integration. Defaults to false.
- "username": "A String", # Optional. The user name for HTTP Basic authentication.
- "requestHeaders": { # Optional. The HTTP request headers to send together with fulfillment requests.
- "a_key": "A String",
- },
- },
- }</pre>
+ }</pre>
</div>
</body></html>
\ No newline at end of file