public sealed class DeleteConversationRequest : IMessage<DeleteConversationRequest>, IEquatable<DeleteConversationRequest>, IDeepCloneable<DeleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteConversationRequest.
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 document provides reference information for the `DeleteConversationRequest` class within the Google Cloud Contact Center Insights v1 API, outlining its purpose as a request to delete a conversation."],["The `DeleteConversationRequest` class has constructors for creating new instances, either empty or from an existing `DeleteConversationRequest` object."],["The class includes properties such as `ConversationName`, `Force` (to delete conversation analyses), and `Name` (the conversation's identifier), which are crucial for configuring a conversation deletion operation."],["The latest version for this class is `2.19.0`, and the documentation provides access to past versions, ranging from `1.0.0` up to `2.19.0`."],["This class inherits from object and implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities within the .NET environment."]]],[]]