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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/entity_type.rb

Overview

The request message for EntityTypes.BatchUpdateEntities.

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array<::Google::Cloud::Dialogflow::V2::EntityType::Entity>

Returns Required. The entities to update or create.

Returns:



331
332
333
334
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 331

class BatchUpdateEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns 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.

Returns:

  • (::String)

    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.



331
332
333
334
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 331

class BatchUpdateEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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>.



331
332
333
334
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 331

class BatchUpdateEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

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

Returns:



331
332
333
334
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 331

class BatchUpdateEntitiesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end