generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.23.0 vs generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.23.1

- old
+ new

@@ -657,14 +657,12 @@ # Deletes all active contexts in the specified session. # @param [String] parent # Required. The name of the session to delete all contexts from. Format: # `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project # ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session - # ID>`. Note: Environments and users are under construction and will be - # available soon. If <Environment ID> is not specified we assume default - # 'draft' environment. If <User ID> is not specified, we assume default - # '-' user. + # ID>`. If `Environment ID` is not specified we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -696,17 +694,16 @@ # results of future queries. # @param [String] session # Required. The name of the session this query is sent to. Format: # `projects/<Project ID>/agent/sessions/<Session ID>`, or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we are using "-". It’s up to the API caller to choose an - # appropriate <Session ID>. and <User Id>. They can be a random numbers or - # some type of user and session identifiers (preferably hashed). The length - # of the <Session ID> and <User ID> must not exceed 36 characters. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we are using + # "-". It’s up to the API caller to choose an appropriate `Session ID` and + # `User Id`. They can be a random numbers or some type of user and session + # identifiers (preferably hashed). The length of the `Session ID` and + # `User ID` must not exceed 36 characters. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentRequest] google_cloud_dialogflow_v2beta1_detect_intent_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -738,14 +735,13 @@ # Creates a context. # @param [String] parent # Required. The session to create a context for. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we assume default '-' user. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context] google_cloud_dialogflow_v2beta1_context_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -777,15 +773,13 @@ # Deletes the specified context. # @param [String] name # Required. The name of the context to delete. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. If <Environment - # ID> is not specified, we assume default 'draft' environment. If <User ID> - # is not specified, we assume default - # '-' user. + # ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is + # not specified, we assume default 'draft' environment. If `User ID` is not + # specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -814,14 +808,13 @@ # Retrieves the specified context. # @param [String] name # Required. The name of the context. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. If <Environment - # ID> is not specified, we assume default 'draft' environment. If <User ID> - # is not specified, we assume default '-' user. + # ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is + # not specified, we assume default 'draft' environment. If `User ID` is not + # specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -850,14 +843,13 @@ # Returns the list of all contexts in the specified session. # @param [String] parent # Required. The session to list all contexts from. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we assume default '-' user. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Fixnum] page_size # Optional. The maximum number of items to return in a single page. By # default 100 and at most 1000. # @param [String] page_token # Optional. The next_page_token value returned from a previous list request. @@ -892,16 +884,14 @@ # Updates the specified context. # @param [String] name # Required. The unique identifier of the context. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, - # or - # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. The Context ID is - # always converted to lowercase. If <Environment ID> is not specified, we - # assume default 'draft' environment. If <User ID> is not specified, we + # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User + # ID>/sessions/<Session ID>/contexts/<Context ID>`. The `Context ID` is + # always converted to lowercase. If `Environment ID` is not specified, we + # assume default 'draft' environment. If `User ID` is not specified, we # assume default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context] google_cloud_dialogflow_v2beta1_context_object # @param [String] update_mask # Optional. The mask to control which fields get updated. # @param [String] fields @@ -937,14 +927,13 @@ # Creates a session entity type. # @param [String] parent # Required. The session to create a session entity type for. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ - # sessions/<Session ID>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SessionEntityType] google_cloud_dialogflow_v2beta1_session_entity_type_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -977,14 +966,12 @@ # @param [String] name # Required. The name of the entity type to delete. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>` or `projects/<Project ID>/agent/environments/<Environment # ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display - # Name>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # Name>`. If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1013,15 +1000,13 @@ # Retrieves the specified session entity type. # @param [String] name # Required. The name of the session entity type. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>` or `projects/<Project ID>/agent/environments/<Environment - # ID>/users/<User ID>/sessions/<Session ID>/ - # entityTypes/<Entity Type Display Name>`. - # Note: Environments and users re under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display + # Name>`. If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1051,13 +1036,12 @@ # @param [String] parent # Required. The session to list all session entity types from. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ # sessions/<Session ID>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [Fixnum] page_size # Optional. The maximum number of items to return in a single page. By # default 100 and at most 1000. # @param [String] page_token # Optional. The next_page_token value returned from a previous list request. @@ -1094,15 +1078,13 @@ # @param [String] name # Required. The unique identifier of this session entity type. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>`, or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions - # /<Session ID>/entityTypes/<Entity Type Display Name>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>`. + # If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SessionEntityType] google_cloud_dialogflow_v2beta1_session_entity_type_object # @param [String] update_mask # Optional. The mask to control which fields get updated. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1420,14 +1402,12 @@ # Deletes all active contexts in the specified session. # @param [String] parent # Required. The name of the session to delete all contexts from. Format: # `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project # ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session - # ID>`. Note: Environments and users are under construction and will be - # available soon. If <Environment ID> is not specified we assume default - # 'draft' environment. If <User ID> is not specified, we assume default - # '-' user. + # ID>`. If `Environment ID` is not specified we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1459,17 +1439,16 @@ # results of future queries. # @param [String] session # Required. The name of the session this query is sent to. Format: # `projects/<Project ID>/agent/sessions/<Session ID>`, or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we are using "-". It’s up to the API caller to choose an - # appropriate <Session ID>. and <User Id>. They can be a random numbers or - # some type of user and session identifiers (preferably hashed). The length - # of the <Session ID> and <User ID> must not exceed 36 characters. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we are using + # "-". It’s up to the API caller to choose an appropriate `Session ID` and + # `User Id`. They can be a random numbers or some type of user and session + # identifiers (preferably hashed). The length of the `Session ID` and + # `User ID` must not exceed 36 characters. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1DetectIntentRequest] google_cloud_dialogflow_v2beta1_detect_intent_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1501,14 +1480,13 @@ # Creates a context. # @param [String] parent # Required. The session to create a context for. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we assume default '-' user. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context] google_cloud_dialogflow_v2beta1_context_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1540,15 +1518,13 @@ # Deletes the specified context. # @param [String] name # Required. The name of the context to delete. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. If <Environment - # ID> is not specified, we assume default 'draft' environment. If <User ID> - # is not specified, we assume default - # '-' user. + # ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is + # not specified, we assume default 'draft' environment. If `User ID` is not + # specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1577,14 +1553,13 @@ # Retrieves the specified context. # @param [String] name # Required. The name of the context. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. If <Environment - # ID> is not specified, we assume default 'draft' environment. If <User ID> - # is not specified, we assume default '-' user. + # ID>/sessions/<Session ID>/contexts/<Context ID>`. If `Environment ID` is + # not specified, we assume default 'draft' environment. If `User ID` is not + # specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1613,14 +1588,13 @@ # Returns the list of all contexts in the specified session. # @param [String] parent # Required. The session to list all contexts from. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>`. Note: Environments and users are under - # construction and will be available soon. If <Environment ID> is not - # specified, we assume default 'draft' environment. If <User ID> is not - # specified, we assume default '-' user. + # ID>/sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Fixnum] page_size # Optional. The maximum number of items to return in a single page. By # default 100 and at most 1000. # @param [String] page_token # Optional. The next_page_token value returned from a previous list request. @@ -1655,16 +1629,14 @@ # Updates the specified context. # @param [String] name # Required. The unique identifier of the context. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, - # or - # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions/<Session ID>/contexts/<Context ID>`. Note: Environments and - # users are under construction and will be available soon. The Context ID is - # always converted to lowercase. If <Environment ID> is not specified, we - # assume default 'draft' environment. If <User ID> is not specified, we + # or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User + # ID>/sessions/<Session ID>/contexts/<Context ID>`. The `Context ID` is + # always converted to lowercase. If `Environment ID` is not specified, we + # assume default 'draft' environment. If `User ID` is not specified, we # assume default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Context] google_cloud_dialogflow_v2beta1_context_object # @param [String] update_mask # Optional. The mask to control which fields get updated. # @param [String] fields @@ -1700,14 +1672,13 @@ # Creates a session entity type. # @param [String] parent # Required. The session to create a session entity type for. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ - # sessions/<Session ID>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # sessions/<Session ID>`. If `Environment ID` is not specified, we assume + # default 'draft' environment. If `User ID` is not specified, we assume + # default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SessionEntityType] google_cloud_dialogflow_v2beta1_session_entity_type_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -1740,14 +1711,12 @@ # @param [String] name # Required. The name of the entity type to delete. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>` or `projects/<Project ID>/agent/environments/<Environment # ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display - # Name>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # Name>`. If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1776,15 +1745,13 @@ # Retrieves the specified session entity type. # @param [String] name # Required. The name of the session entity type. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>` or `projects/<Project ID>/agent/environments/<Environment - # ID>/users/<User ID>/sessions/<Session ID>/ - # entityTypes/<Entity Type Display Name>`. - # Note: Environments and users re under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display + # Name>`. If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1814,13 +1781,12 @@ # @param [String] parent # Required. The session to list all session entity types from. # Format: `projects/<Project ID>/agent/sessions/<Session ID>` or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/ # sessions/<Session ID>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [Fixnum] page_size # Optional. The maximum number of items to return in a single page. By # default 100 and at most 1000. # @param [String] page_token # Optional. The next_page_token value returned from a previous list request. @@ -1857,14 +1823,12 @@ # @param [String] name # Required. The unique identifier of this session entity type. Format: # `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type # Display Name>`, or # `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - # ID>/sessions - # /<Session ID>/entityTypes/<Entity Type Display Name>`. - # Note: Environments and users are under construction and will be available - # soon. If <Environment ID> is not specified, we assume default 'draft' - # environment. If <User ID> is not specified, we assume default '-' user. + # ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>`. + # If `Environment ID` is not specified, we assume default 'draft' + # environment. If `User ID` is not specified, we assume default '-' user. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SessionEntityType] google_cloud_dialogflow_v2beta1_session_entity_type_object # @param [String] update_mask # Optional. The mask to control which fields get updated. # @param [String] fields # Selector specifying which fields to include in a partial response.