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, detailing its usage in retrieving conversation data."],["The latest version documented is 4.26.0, with a comprehensive list of previous versions from 4.25.0 all the way down to 3.2.0 being accessible via hyperlinks."],["`GetConversationRequest` class is part of the `Google.Cloud.Dialogflow.V2.dll` assembly, and it inherits from Object and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConversationRequest` class includes properties such as `ConversationName` (a typed view) and `Name`, which is a string representing the conversation's unique identifier."],["The class also has two constructors: one parameterless, and one that receives another `GetConversationRequest` object."]]],[]]