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."],[[["The `DeleteConversationRequest` class is used to request the deletion of a conversation in the Discovery Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffered operations."],["The `DeleteConversationRequest` class includes a `Name` property, which is required and specifies the resource name of the conversation to be deleted, formatted as a specific string."],["The `ConversationName` property provides a typed view over the `Name` property, allowing for a more structured access to the conversation resource name."],["The latest version of DeleteConversationRequest is version 1.6.0, and all versions between 1.0.0-beta06 and 1.6.0 are available."]]],[]]