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 .NET development."],["The latest version of the Dialogflow v2 API documentation is for version 4.26.0, and this page details `GetConversationRequest` for version 4.17.0, with links to documentation for other versions ranging from 3.2.0 to 4.26.0."],["`GetConversationRequest` is used to retrieve conversation details and is inherited from `object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `ConversationName`, which provides a typed view, and `Name`, a string that is required and represents the resource name of the conversation."],["The documentation includes details on the `GetConversationRequest` constructors and its inherited members, which include methods like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]