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 for .NET."],["The latest version of the `DeleteConversationRequest` documentation is version 2.19.0, with a history of versions available from 1.0.0 up to the most current release."],["`DeleteConversationRequest` is used to delete a conversation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ConversationName`, `Force`, and `Name`, allowing for the specification of the conversation to be deleted and whether associated analyses should also be removed."],["There are two constructors for the `DeleteConversationRequest` class: one default and one that allows for the creation of a new object that is a copy of an existing `DeleteConversationRequest`."]]],[]]