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 to retrieve conversation data."],["The page lists various versions of the `GetConversationRequest` class, ranging from version 3.2.0 up to the latest version, 4.26.0, for the .NET platform."],["`GetConversationRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing its functionalities and capabilities."],["The class includes properties like `ConversationName` (a typed view) and `Name` (a string) to specify the targeted conversation for retrieval, following a specific format."],["The documentation explains how to construct the `GetConversationRequest` object, either with a default constructor or by creating a new object based on an existing one, while listing all parameters and properties with their description."]]],[]]