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."],[[["This webpage provides documentation for the `GetConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, used for retrieving conversation data in Dialogflow."],["The `GetConversationRequest` class is part of the Google.Cloud.Dialogflow.V2 library, as referenced by the assembly file Google.Cloud.Dialogflow.V2.dll, and is the request message for the `Conversations.GetConversation` method."],["The documentation includes a list of available versions, ranging from version 3.2.0 to the latest version 4.26.0, each with its own link, and the versions can be used to see how the `GetConversationRequest` changes."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to message handling and data manipulation."],["The class provides two constructors, `GetConversationRequest()`, and `GetConversationRequest(GetConversationRequest other)`, and two main properties, `ConversationName` of type ConversationName, and `Name`, which are used to specify the conversation to retrieve."]]],[]]