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 page provides reference documentation for the `GetConversationRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET platform."],["The `GetConversationRequest` class is used to retrieve information about a specific conversation via the `Conversations.GetConversation` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the Dialogflow V2 API covered is 4.26.0, with documentation available for each version dating back to version 3.2.0."],["The `GetConversationRequest` class has two constructors, and properties like `ConversationName` of the type `ConversationName` and `Name` of type string, are used for managing the name of the conversation."],["The page also provides inherited members like `object.GetHashCode()`, `object.GetType()` and `object.ToString()` and its namespace `Google.Cloud.Dialogflow.V2`."]]],[]]