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, detailing its usage in retrieving conversation data."],["The `GetConversationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The `GetConversationRequest` class includes properties such as `ConversationName` and `Name`, which are essential for specifying the target conversation in the Dialogflow service, with `Name` being a required field."],["This page also lists the history of versions, ranging from `4.26.0` down to `3.2.0`, for the `GetConversationRequest` within the `Google.Cloud.Dialogflow.V2` library."]]],[]]