Class: Google::Cloud::Dialogflow::V2::BatchDeleteEntityTypesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::BatchDeleteEntityTypesRequest
- 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.BatchDeleteEntityTypes.
Instance Attribute Summary collapse
-
#entity_type_names ⇒ ::Array<::String>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#entity_type_names ⇒ ::Array<::String>
Returns Required. The names entity types to delete. All names must point to the
same agent as parent
.
286 287 288 289 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 286 class BatchDeleteEntityTypesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the agent to delete all entities types for. Format:
projects/<Project ID>/agent
.
286 287 288 289 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 286 class BatchDeleteEntityTypesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |