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, specifically within the .NET environment."],["The latest version of this API is 2.19.0, but documentation is available for versions ranging from 1.0.0 to 2.19.0, providing a comprehensive history of updates."],["`DeleteConversationRequest` is used to delete a conversation in the Contact Center Insights API, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `DeleteConversationRequest` include `ConversationName`, `Force` (which controls the deletion of related analyses), and `Name` (which is the name of the conversation to delete)."],["The class has two constructors: a default one and another one that takes another `DeleteConversationRequest` as a parameter for deep cloning."]]],[]]