public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
The request message for [Conversations.GetConversation][google.cloud.dialogflow.v2.Conversations.GetConversation].
[[["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 webpage provides documentation for the `GetConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage in the Dialogflow API."],["The latest version documented for `GetConversationRequest` is 4.26.0, with previous versions ranging down to 3.2.0 also being available for reference."],["`GetConversationRequest` is a request message used to retrieve a conversation using the `Conversations.GetConversation` method."],["The `GetConversationRequest` class includes properties such as `ConversationName` and `Name`, which are essential for identifying the specific conversation to be retrieved."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."]]],[]]