Class: Google::Cloud::Dialogflow::V2::DeleteConversationProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::DeleteConversationProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
The request message for ConversationProfiles.DeleteConversationProfile.
This operation fails if the conversation profile is still referenced from a phone number.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the conversation profile to delete.
Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>
.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 174 class DeleteConversationProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |