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}/locations/{location}/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` class is 1.6.0, accessible in the `Google.Cloud.DiscoveryEngine.V1` namespace within the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["This class is used to construct requests for the `GetConversation` method in the Discovery Engine v1 API, as documented by the provided reference content."],["The `GetConversationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and one that takes another `GetConversationRequest` object, and has properties to manage the name of the conversation resource."],["The required resource name of the Conversation to get, as a string, is available through the `Name` property."]]],[]]