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."],[[["The latest version available is 4.26.0, with a comprehensive history of versions going back to 3.2.0 provided for reference, all related to the `GetConversationRequest`."],["`GetConversationRequest` is a request message used for the `Conversations.GetConversation` function within the `google.cloud.dialogflow.v2` namespace."],["The `GetConversationRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetConversationRequest` object, allowing you to make a copy."],["It contains properties for `ConversationName` (of type `ConversationName`) and `Name` (of type `string`), with `Name` being a required property representing the resource name of the conversation."]]],[]]