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 AI Insights v1 API, specifically for .NET developers."],["The documentation covers the class's constructors, properties (`ConversationName`, `Force`, `Name`), and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists various versions of the `DeleteConversationRequest`, with version 2.19.0 being the latest, indicating the evolution of the API."],["The `DeleteConversationRequest` class is used to request the deletion of a conversation, and it includes a `Force` property to also delete associated analysis if it's set to true."],["The latest version, 2.19.0, is available, and the documentation includes historical versions all the way down to 1.0.0, which could be helpful for developers who need to use or support various versions."]]],[]]