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_number}/locations/{location_id}/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."],[[["This document provides reference documentation for the `DeleteConversationRequest` class within the Google Cloud Discovery Engine v1 API."],["The `DeleteConversationRequest` class is used to request the deletion of a conversation and is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor, `DeleteConversationRequest()`, and an overloaded constructor that accepts another `DeleteConversationRequest` object as a parameter."],["The `DeleteConversationRequest` class contains two main properties: `ConversationName`, which is a typed view over the `Name`, and `Name`, which is the resource name of the conversation to delete, with the specified format."],["The provided content showcases various versions of the API documentation, with the latest version being 1.6.0, which is for the same class `DeleteConversationRequest`."]]],[]]