Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntitiesRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb

Overview

The request message for EntityTypes::BatchUpdateEntities.

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Google::Cloud::Dialogflow::V2::EntityType::Entity>

Returns Required. The entities to update or create.

Returns:



268
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 268

class BatchUpdateEntitiesRequest; end

#language_codeString

Returns Optional. The language of entity synonyms defined in entities. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Returns:

  • (String)

    Optional. The language of entity synonyms defined in entities. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.



268
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 268

class BatchUpdateEntitiesRequest; end

#parentString

Returns Required. The name of the entity type to update or create entities in. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.

Returns:

  • (String)

    Required. The name of the entity type to update or create entities in. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.



268
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 268

class BatchUpdateEntitiesRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Optional. The mask to control which fields get updated.

Returns:



268
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 268

class BatchUpdateEntitiesRequest; end