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.
301 302 303 304 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 301 class DeleteConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the conversation to delete.
301 302 303 304 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 301 class DeleteConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |