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 page 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 a total of 24 available versions listed, ranging down to 1.0.0."],["The `DeleteConversationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteConversationRequest` class includes properties such as `ConversationName`, `Force` (for deleting associated analyses), and `Name` (the conversation's identifier)."],["The available constructors include a default constructor, and a copy constructor that allows for creating a new `DeleteConversationRequest` object from an existing one."]]],[]]