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 page provides documentation for the `GetConversationRequest` class within the Google.Cloud.Dialogflow.V2 namespace, spanning versions from 3.2.0 to 4.26.0 (latest)."],["`GetConversationRequest` is a request message used for retrieving a specific conversation, and is part of the Dialogflow V2 API within Google Cloud, as specified by the path."],["The class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, showcasing its robust integration within the .NET framework."],["Key properties of the class include `ConversationName` (a typed view) and `Name` (a string representation) for identifying the requested conversation."],["The latest version of this class available is 4.26.0, and the documentation includes access to documentation for numerous prior versions."]]],[]]