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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page provides reference documentation for the `GetConversationModelRequest` class within the Google Cloud Dialogflow v2 API."],["Version 4.26.0 is the latest version, with the content showing versioning support back to 3.2.0, offering access to the documentation for older versions of the class as well."],["`GetConversationModelRequest` is a class used to retrieve a specific conversation model and is derived from base class object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors and one property `Name`, which is a required string parameter specifying the format of the model to retrieve, using the format `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e`."],["The documentation is specific to the .NET environment, with external links to Microsoft's documentation and Google Cloud's .NET library."]]],[]]