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 webpage provides documentation for the `DeleteConversationRequest` class within the Google Cloud Contact Center Insights V1 API, specifically focusing on version 2.5.0."],["The `DeleteConversationRequest` class is used to request the deletion of a conversation and is accessible through a wide range of versions, from 1.0.0 to the latest 2.19.0, with documentation links for each."],["The class inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["Key properties of `DeleteConversationRequest` include `ConversationName`, `Force`, and `Name`, allowing users to specify the conversation to delete and whether to delete associated analyses."],["The page includes constructors for creating instances of `DeleteConversationRequest`, either default or by cloning another instance, and contains inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]