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 webpage provides documentation for the `GetConversationRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, detailing its usage and implementation across various versions."],["The latest version of the `GetConversationRequest` class is 4.26.0, and the page lists versions going back to version 3.2.0, each linked to their respective documentation."],["`GetConversationRequest` is used to request details of a specific conversation and is part of the `Conversations.GetConversation` function within the `google.cloud.dialogflow.v2` API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering methods for object comparison, cloning, and more."],["The class has two constructors, a parameterless constructor, and one that takes another `GetConversationRequest` object as a parameter, as well as properties `ConversationName` and `Name`, with the latter property being a string that is required and represents the name of the conversation."]]],[]]