Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::DeleteConversationRequest.
The request to delete a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean
Returns
- (::Boolean) — 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.
#force=
def force=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the conversation to delete.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the conversation to delete.
Returns
- (::String) — Required. The name of the conversation to delete.