public sealed class GetConversationRequest : IMessage<GetConversationRequest>, IEquatable<GetConversationRequest>, IDeepCloneable<GetConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetConversationRequest.
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 reference documentation for the `GetConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The content covers a range of versions for the Google Cloud Dialogflow v2 API, from version 3.2.0 up to the latest version 4.26.0, all related to the `GetConversationRequest` functionality."],["The `GetConversationRequest` class is used as a message for retrieving conversation details, as part of the `Conversations.GetConversation` method, through the API."],["The `GetConversationRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the class contains properties such as `ConversationName` and `Name` that are used to specify the conversation being requested."],["This document details the constructors and inherited members, including details on how to use the `GetConversationRequest` object, as well as giving the full range of versions it's available on."]]],[]]