public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class GetConversationRequest.
Required. The resource name of the Conversation to get. 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 latest version of the `GetConversationRequest` API is 1.6.0, with other versions available ranging from 1.5.0 to 1.0.0-beta06."],["`GetConversationRequest` is a class in the Google Cloud Discovery Engine v1 API, used to retrieve conversation details."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetConversationRequest` class contains two constructors, `GetConversationRequest()` and `GetConversationRequest(GetConversationRequest other)`, and two properties: `ConversationName` and `Name`."],["The `Name` property is required and represents the resource name of the conversation, following a specified format."]]],[]]