generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.24.0 vs generated/google/apis/dialogflow_v2beta1/service.rb in google-api-client-0.24.1

- old
+ new

@@ -543,12 +543,11 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Creates multiple new entities in the specified entity type (extends the - # existing collection of entries). + # Creates multiple new entities in the specified entity type. # Operation <response: google.protobuf.Empty> # @param [String] parent # Required. The name of the entity type to create entities in. Format: # `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchCreateEntitiesRequest] google_cloud_dialogflow_v2beta1_batch_create_entities_request_object @@ -615,17 +614,18 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Updates entities in the specified entity type (replaces the existing - # collection of entries). + # Updates or creates multiple entities in the specified entity type. This + # method does not affect entities in the entity type that aren't explicitly + # specified in the request. # Operation <response: google.protobuf.Empty, # metadata: google.protobuf.Struct> # @param [String] parent - # Required. The name of the entity type to update the entities in. Format: - # `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + # Required. The name of the entity type to update or create entities in. + # Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. # @param [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BatchUpdateEntitiesRequest] google_cloud_dialogflow_v2beta1_batch_update_entities_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 @@ -1228,12 +1228,13 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Deletes the specified intent. + # Deletes the specified intent and its direct or indirect followup intents. # @param [String] name - # Required. The name of the intent to delete. + # Required. The name of the intent to delete. If this intent has direct or + # indirect followup intents, we also delete them. # Format: `projects/<Project ID>/agent/intents/<Intent ID>`. # @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