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, which is used to request the deletion of a conversation in the Google Cloud Contact Center Insights API."],["The latest version of `DeleteConversationRequest` is version 2.19.0, with numerous prior versions available, starting from version 1.0.0, and spanning up to 2.18.0."],["The `DeleteConversationRequest` class includes properties such as `ConversationName`, `Force`, and `Name`, which define the conversation to be deleted and how to manage associated analyses."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["The class contains two available constructors, `DeleteConversationRequest()` and `DeleteConversationRequest(DeleteConversationRequest other)`, which allow instantiating a request."]]],[]]