generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.37.3 vs generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.38.0
- old
+ new
@@ -518,16 +518,16 @@
# @param [String] parent
# Required. The agent to create a entity type for.
# Format: `projects/<Project ID>/agent`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityType] google_cloud_dialogflow_v2beta1_entity_type_object
# @param [String] language_code
- # Optional. The language of entity synonyms defined in `entity_type`. If not
- # specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -590,16 +590,16 @@
# Retrieves the specified entity type.
# @param [String] name
# Required. The name of the entity type.
# Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`.
# @param [String] language_code
- # Optional. The language to retrieve entity synonyms for. If not specified,
- # the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -629,16 +629,16 @@
# Returns the list of all entity types in the specified agent.
# @param [String] parent
# Required. The agent to list all entity types from.
# Format: `projects/<Project ID>/agent`.
# @param [String] language_code
- # Optional. The language to list entity synonyms for. If not specified,
- # the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -678,16 +678,16 @@
# Required for EntityTypes.UpdateEntityType and
# EntityTypes.BatchUpdateEntityTypes methods.
# Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityType] google_cloud_dialogflow_v2beta1_entity_type_object
# @param [String] language_code
- # Optional. The language of entity synonyms defined in `entity_type`. If not
- # specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
# @param [String] quota_user
@@ -1390,16 +1390,16 @@
# Format: `projects/<Project ID>/agent`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent] google_cloud_dialogflow_v2beta1_intent_object
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language of training phrases, parameters and rich messages
- # defined in `intent`. If not specified, the agent's default language is
- # used. [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -1466,16 +1466,16 @@
# Required. The name of the intent.
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language to retrieve training phrases, parameters and rich
- # messages for. If not specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -1508,16 +1508,16 @@
# Required. The agent to list all intents from.
# Format: `projects/<Project ID>/agent`.
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language to list training phrases, parameters and rich
- # messages for. If not specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -1560,16 +1560,16 @@
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent] google_cloud_dialogflow_v2beta1_intent_object
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language of training phrases, parameters and rich messages
- # defined in `intent`. If not specified, the agent's default language is
- # used. [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
# @param [String] quota_user
@@ -3307,16 +3307,16 @@
# @param [String] parent
# Required. The agent to create a entity type for.
# Format: `projects/<Project ID>/agent`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityType] google_cloud_dialogflow_v2beta1_entity_type_object
# @param [String] language_code
- # Optional. The language of entity synonyms defined in `entity_type`. If not
- # specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -3379,16 +3379,16 @@
# Retrieves the specified entity type.
# @param [String] name
# Required. The name of the entity type.
# Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`.
# @param [String] language_code
- # Optional. The language to retrieve entity synonyms for. If not specified,
- # the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -3418,16 +3418,16 @@
# Returns the list of all entity types in the specified agent.
# @param [String] parent
# Required. The agent to list all entity types from.
# Format: `projects/<Project ID>/agent`.
# @param [String] language_code
- # Optional. The language to list entity synonyms for. If not specified,
- # the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -3467,16 +3467,16 @@
# Required for EntityTypes.UpdateEntityType and
# EntityTypes.BatchUpdateEntityTypes methods.
# Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1EntityType] google_cloud_dialogflow_v2beta1_entity_type_object
# @param [String] language_code
- # Optional. The language of entity synonyms defined in `entity_type`. If not
- # specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
# @param [String] quota_user
@@ -4179,16 +4179,16 @@
# Format: `projects/<Project ID>/agent`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent] google_cloud_dialogflow_v2beta1_intent_object
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language of training phrases, parameters and rich messages
- # defined in `intent`. If not specified, the agent's default language is
- # used. [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -4255,16 +4255,16 @@
# Required. The name of the intent.
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language to retrieve training phrases, parameters and rich
- # messages for. If not specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -4297,16 +4297,16 @@
# Required. The agent to list all intents from.
# Format: `projects/<Project ID>/agent`.
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language to list training phrases, parameters and rich
- # messages for. If not specified, the agent's default language is used.
- # [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
@@ -4349,15 +4349,15 @@
# Format: `projects/<Project ID>/agent/intents/<Intent ID>`.
# @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Intent] google_cloud_dialogflow_v2beta1_intent_object
# @param [String] intent_view
# Optional. The resource view to apply to the returned intent.
# @param [String] language_code
- # Optional. The language of training phrases, parameters and rich messages
- # defined in `intent`. If not specified, the agent's default language is
- # used. [Many
- # languages](https://cloud.google.com/dialogflow/docs/reference/language)
- # are supported. Note: languages must be enabled in the agent before they can
- # be used.
+ # Optional. The language used to access language-specific data.
+ # If not specified, the agent's default language is used.
+ # For more information, see
+ # [Multilingual intent and entity
+ # data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-
+ # entity).
# @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.
# @param [String] quota_user