Class: Google::Cloud::Dialogflow::V2::DeleteEntityTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DeleteEntityTypeRequest
- 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.DeleteEntityType.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the entity type to delete.
Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>
.
231 232 233 234 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 231 class DeleteEntityTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |