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."],[[["The `DeleteConversationRequest` class is used to request the deletion of a conversation in the Contact Center AI Insights v1 API."],["This class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace within the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The latest version of the API is 2.19.0, and the page documents version 2.13.0 of the `DeleteConversationRequest` class, with previous versions listed for reference."],["Deleting a conversation using `DeleteConversationRequest` can optionally delete all analyses associated with the conversation if the `Force` property is set to `true`."],["The `DeleteConversationRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities for message handling, equality comparison, deep cloning, and buffer message interactions."]]],[]]