docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/dialogflow_v2beta1.projects.agent.html b/docs/dyn/dialogflow_v2beta1.projects.agent.html
index 512cd97..dc04c32 100644
--- a/docs/dyn/dialogflow_v2beta1.projects.agent.html
+++ b/docs/dyn/dialogflow_v2beta1.projects.agent.html
@@ -158,6 +158,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
@@ -177,27 +198,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>
@@ -217,32 +217,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">
@@ -269,7 +269,6 @@
{ # Represents the output of agent validation.
"validationErrors": [ # Contains all validation errors.
{ # Represents a single validation error.
- "severity": "A String", # The severity of the error.
"entries": [ # The names of the entries that the error is associated with.
# Format:
#
@@ -287,6 +286,7 @@
"A String",
],
"errorMessage": "A String", # The detailed error messsage.
+ "severity": "A String", # The severity of the error.
},
],
}</pre>
@@ -325,6 +325,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
@@ -344,27 +365,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>
@@ -385,9 +385,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.
@@ -400,6 +400,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
@@ -419,27 +440,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>
@@ -470,13 +470,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.
- "classificationThreshold": 3.14, # Optional. To filter out false positive results and still get variety in
- # matched natural language inputs for your agent, you can tune the machine
- # learning classification threshold. If the returned score value is less than
- # the threshold value, then a fallback intent will be triggered or, if there
- # 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.
@@ -506,6 +499,13 @@
# V2 API is assumed. Clients are free to query different service endpoints
# for different API versions. However, bots connectors and webhook calls will
# follow the specified API version.
+ "classificationThreshold": 3.14, # Optional. To filter out false positive results and still get variety in
+ # matched natural language inputs for your agent, you can tune the machine
+ # learning classification threshold. If the returned score value is less than
+ # the threshold value, then a fallback intent will be triggered or, if there
+ # 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.
},
],
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
@@ -553,6 +553,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
@@ -572,27 +593,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>
@@ -607,44 +607,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.
@@ -661,16 +632,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>
</body></html>
\ No newline at end of file