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."],[[["This document provides reference documentation for the `GetConversationRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["`GetConversationRequest` is a class that inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances of `GetConversationRequest`, either empty or based on another `GetConversationRequest` object."],["The class contains two key properties: `ConversationName` which is a typed view over the resource name and `Name`, which is a string representing the resource name of the Conversation to retrieve."],["The content list several other versions of this class, including the latest, 1.6.0, showing the evolution of the class."]]],[]]