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 previous versions available dating back to 1.0.0-beta06."],["`GetConversationRequest` is a class in the Google.Cloud.DiscoveryEngine.V1 namespace, used for requesting the retrieval of conversation data."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for message handling and object comparison."],["It includes a `ConversationName` property which provides a typed view over the `Name` property, which specifies the resource name of the conversation to be retrieved."],["`GetConversationRequest` includes two constructors, one default and another that takes in another instance of `GetConversationRequest`, allowing for the creation of new objects with or without copying properties."]]],[]]