public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation covers the `GetConversationRequest` class, which is part of the Google Cloud Discovery Engine v1beta API, specifically within the `1.0.0-beta17` version."],["The `GetConversationRequest` class is used to send a request for the `GetConversation` method and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetConversationRequest()` and another `GetConversationRequest(GetConversationRequest other)` that takes another instance of the same class as a parameter."],["The `GetConversationRequest` class contains properties `ConversationName` and `Name`, with the `Name` property representing the resource name of the conversation to retrieve, following a specific format."],["The latest version of this class is also accessible through version 1.0.0-beta18, although the documentation primarily addresses 1.0.0-beta17."]]],[]]