Class: Google::Cloud::Dialogflow::V2::BatchDeleteEntitiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::BatchDeleteEntitiesRequest
- 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
-
#entity_values ⇒ ::Array<::String>
Required.
-
#language_code ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#entity_values ⇒ ::Array<::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>
.
354 355 356 357 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 354 class BatchDeleteEntitiesRequest 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.
354 355 356 357 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 354 class BatchDeleteEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the entity type to delete entries for. Format:
projects/<Project ID>/agent/entityTypes/<Entity Type ID>
.
354 355 356 357 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 354 class BatchDeleteEntitiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |