generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.27.2 vs generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.27.3

- old
+ new

@@ -499,14 +499,14 @@ execute_or_queue_command(command, &block) end # Updates the specified entity type. # @param [String] name - # Required for all methods except `create` (`create` populates the name - # automatically. - # The unique identifier of the entity type. Format: - # `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + # The unique identifier of the entity type. + # 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. # [More than a dozen @@ -1357,12 +1357,12 @@ execute_or_queue_command(command, &block) end # Updates the specified intent. # @param [String] name - # Required for all methods except `create` (`create` populates the name - # automatically. # The unique identifier of this intent. + # Required for Intents.UpdateIntent and Intents.BatchUpdateIntents + # methods. # 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