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 `GetConversationRequest` class is used to request a specific conversation via the `Conversations.GetConversation` method, according to the Google Cloud Dialogflow v2 API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for interacting with Protocol Buffers and handling object equality and cloning."],["It includes constructors to create new instances of `GetConversationRequest`, and properties like `ConversationName` and `Name` that are used to specify which conversation is requested."],["The page lists documentation for numerous versions of the Google Cloud Dialogflow v2 API, starting from version 3.2.0 up to the latest 4.26.0, allowing for comparison and selection of the relevant version."]]],[]]