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 reference documentation for the `DeleteConversationRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["The `DeleteConversationRequest` class is used to request the deletion of a specific conversation in the Contact Center AI Insights service."],["The class supports various versions, with version 2.19.0 being the latest, and provides details about its inheritance, implemented interfaces, constructors, and properties like `ConversationName`, `Force`, and `Name`."],["The `Force` property, when set to true, ensures that all associated analyses of the conversation are deleted along with the conversation itself, otherwise, only conversations without analyses will be deleted."],["The `Name` property is required and indicates the name of the conversation to be deleted within the Contact Center AI Insights service."]]],[]]