Class: Google::Cloud::Dialogflow::V2::BatchDeleteEntitiesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_valuesArray<String>

Returns Required. The reference values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.

Returns:

  • (Array<String>)

    Required. The reference values of the entities to delete. Note that these are not fully-qualified names, i.e. they don't start with projects/<Project ID>.



338
339
340
341
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 338

class BatchDeleteEntitiesRequest
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
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.



338
339
340
341
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 338

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

#parentString

Returns Required. The name of the entity type to delete entries for. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.

Returns:

  • (String)

    Required. The name of the entity type to delete entries for. Format: projects/<Project ID>/agent/entityTypes/<Entity Type ID>.



338
339
340
341
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 338

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