Class: Google::Cloud::ContactCenterInsights::V1::DeleteConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DeleteConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to delete a conversation.
Instance Attribute Summary collapse
-
#force ⇒ ::Boolean
If set to true, all of this conversation's analyses will also be deleted.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#force ⇒ ::Boolean
Returns If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
331 332 333 334 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 331 class DeleteConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the conversation to delete.
331 332 333 334 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 331 class DeleteConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |