public sealed class DeleteConversationRequest : IMessage<DeleteConversationRequest>, IEquatable<DeleteConversationRequest>, IDeepCloneable<DeleteConversationRequest>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DeleteConversationRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to request the deletion of a conversation."],["The latest version of this resource is version 2.19.0, and other versions, including 2.18.0 to 2.0.0 and 1.3.0 to 1.0.0, are available to explore."],["`DeleteConversationRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DeleteConversationRequest` class has properties like `ConversationName`, `Force`, and `Name`, allowing specification of the conversation to be deleted and if analyses should be deleted as well."],["The page provides full information about the constructors of the `DeleteConversationRequest`, and all the parameters, properties, and return values associated with them."]]],[]]