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 implementation."],["The documentation covers a range of versions for the Google.Cloud.Dialogflow.V2 package, from version 3.2.0 up to the latest version of 4.26.0, with the currently displayed content focusing on version 4.5.0."],["`GetConversationRequest` is the request message used for the `Conversations.GetConversation` method, and it inherits from the `Object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConversationRequest` class includes properties such as `ConversationName` and `Name`, which are used to specify the target conversation for retrieval, and the `Name` property requires the conversation name with the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversations/\u003cConversation ID\u003e`."],["The documentation shows that the `GetConversationRequest` class offers two constructors: a default one and one that takes another `GetConversationRequest` object as a parameter to copy from."]]],[]]