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 page provides documentation for the `DeleteConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API, showing its definition, purpose, and implementation details."],["`DeleteConversationRequest` is a class used to request the deletion of a conversation, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ConversationName`, `Force`, and `Name`, which are used to specify the conversation to delete and whether associated analyses should be deleted as well."],["The documentation covers multiple versions of the API, ranging from 1.0.0 to 2.19.0, with 2.19.0 being the latest, and each version contains the documentation for the `DeleteConversationRequest`."],["The class offers two constructors, one default constructor, and one which receives another instance of `DeleteConversationRequest` to duplicate it."]]],[]]