docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/dialogflow_v2beta1.projects.locations.agent.html b/docs/dyn/dialogflow_v2beta1.projects.locations.agent.html
index 5b7a59c..d8b7624 100644
--- a/docs/dyn/dialogflow_v2beta1.projects.locations.agent.html
+++ b/docs/dyn/dialogflow_v2beta1.projects.locations.agent.html
@@ -144,6 +144,27 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+ # three pieces of data: error code, error message, and error details.
+ #
+ # You can find out more about this error model and how to work with it in the
+ # [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
+ "details": [ # A list of messages that carry the error details. There is a common set of
+ # message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ },
"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
@@ -163,27 +184,6 @@
# `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
- # different programming environments, including REST APIs and RPC APIs. It is
- # used by [gRPC](https://github.com/grpc). Each `Status` message contains
- # three pieces of data: error code, error message, and error details.
- #
- # You can find out more about this error model and how to work with it in the
- # [API Design Guide](https://cloud.google.com/apis/design/errors).
- "details": [ # A list of messages that carry the error details. There is a common set of
- # message types for APIs to use.
- {
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- ],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
- },
}</pre>
</div>
@@ -198,44 +198,15 @@
The object takes the form of:
{ # Represents a fulfillment.
- "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.
- },
- ],
- "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.
-}
-
- 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.
@@ -252,16 +223,45 @@
"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.
+ }
+
+ 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",
+ },
},
- ],
- "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.
- }</pre>
+ }</pre>
</div>
<div class="method">
@@ -280,32 +280,32 @@
An object of the form:
{ # Represents a fulfillment.
- "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.
+ },
+ ],
+ "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.
- },
- ],
- "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.
- }</pre>
+ }</pre>
</div>
<div class="method">
@@ -341,6 +341,27 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+ # three pieces of data: error code, error message, and error details.
+ #
+ # You can find out more about this error model and how to work with it in the
+ # [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
+ "details": [ # A list of messages that carry the error details. There is a common set of
+ # message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ },
"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
@@ -360,27 +381,6 @@
# `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
- # different programming environments, including REST APIs and RPC APIs. It is
- # used by [gRPC](https://github.com/grpc). Each `Status` message contains
- # three pieces of data: error code, error message, and error details.
- #
- # You can find out more about this error model and how to work with it in the
- # [API Design Guide](https://cloud.google.com/apis/design/errors).
- "details": [ # A list of messages that carry the error details. There is a common set of
- # message types for APIs to use.
- {
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- ],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
- },
}</pre>
</div>
@@ -401,9 +401,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.
@@ -416,6 +416,27 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+ # three pieces of data: error code, error message, and error details.
+ #
+ # You can find out more about this error model and how to work with it in the
+ # [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
+ "details": [ # A list of messages that carry the error details. There is a common set of
+ # message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ },
"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
@@ -435,27 +456,6 @@
# `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
- # different programming environments, including REST APIs and RPC APIs. It is
- # used by [gRPC](https://github.com/grpc). Each `Status` message contains
- # three pieces of data: error code, error message, and error details.
- #
- # You can find out more about this error model and how to work with it in the
- # [API Design Guide](https://cloud.google.com/apis/design/errors).
- "details": [ # A list of messages that carry the error details. There is a common set of
- # message types for APIs to use.
- {
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- ],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
- },
}</pre>
</div>
@@ -485,6 +485,27 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). Each `Status` message contains
+ # three pieces of data: error code, error message, and error details.
+ #
+ # You can find out more about this error model and how to work with it in the
+ # [API Design Guide](https://cloud.google.com/apis/design/errors).
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
+ "details": [ # A list of messages that carry the error details. There is a common set of
+ # message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ },
"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
@@ -504,27 +525,6 @@
# `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
- "error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
- # different programming environments, including REST APIs and RPC APIs. It is
- # used by [gRPC](https://github.com/grpc). Each `Status` message contains
- # three pieces of data: error code, error message, and error details.
- #
- # You can find out more about this error model and how to work with it in the
- # [API Design Guide](https://cloud.google.com/apis/design/errors).
- "details": [ # A list of messages that carry the error details. There is a common set of
- # message types for APIs to use.
- {
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- ],
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
- },
}</pre>
</div>