public sealed class DeleteConversationRequest : IMessage<DeleteConversationRequest>, IEquatable<DeleteConversationRequest>, IDeepCloneable<DeleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteConversationRequest.
Required. The resource name of the Conversation to delete. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id}
[[["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 latest version of the `DeleteConversationRequest` class is 1.6.0, part of the Google Cloud Discovery Engine v1 API."],["`DeleteConversationRequest` is a class used to send a request to delete a conversation in the Discovery Engine."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide support for message manipulation, equality checks, deep cloning, and buffer message handling."],["The `DeleteConversationRequest` class has a constructor and properties for `ConversationName` and `Name`, where the `Name` property holds the resource name of the conversation to be deleted."],["There are seven different versions of the `DeleteConversationRequest` class publicly documented, including beta versions, and the documented versions range from 1.0.0-beta06 to 1.6.0."]]],[]]