public sealed class GetConversationModelRequest : IMessage<GetConversationModelRequest>, IEquatable<GetConversationModelRequest>, IDeepCloneable<GetConversationModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetConversationModelRequest.
The request message for
[ConversationModels.GetConversationModel][google.cloud.dialogflow.v2.ConversationModels.GetConversationModel]
[[["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."],[[["The latest version of the Google Cloud Dialogflow V2 API for .NET is 4.26.0, with a range of previous versions available, down to 3.2.0."],["This document provides reference and code samples for the `GetConversationModelRequest` class within the Google Cloud Dialogflow v2 API."],["The `GetConversationModelRequest` class is used to retrieve a specific conversation model and it inherits from the `object` class, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetConversationModelRequest` class has a `Name` property, which is a string that holds the format needed to access the conversation model in the `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e` format."],["The document contains information on the constructors of the `GetConversationModelRequest` class, such as `GetConversationModelRequest()` and `GetConversationModelRequest(GetConversationModelRequest other)`."]]],[]]