public sealed class DeleteConversationRequest : IMessage<DeleteConversationRequest>, IEquatable<DeleteConversationRequest>, IDeepCloneable<DeleteConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation details the `DeleteConversationRequest` class, which is part of the Discovery Engine v1beta API, specifically within version 1.0.0-beta17."],["The `DeleteConversationRequest` class is used to construct requests for the `DeleteConversation` method, which is used to delete a specified conversation resource."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, cloning, and buffering."],["The class contains properties like `ConversationName`, which provides a typed view over the resource name, and `Name`, which represents the required resource name of the conversation to be deleted, formatted in a specific way."],["The class offers two constructors, one default and one to initialize an object from an existing `DeleteConversationRequest`."]]],[]]