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."],[[["This webpage provides documentation for the `GetConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `GetConversationModelRequest` class is used to retrieve information about a specific conversation model and is part of the `Google.Cloud.Dialogflow.V2` namespace."],["The latest version available is 4.26.0, while the current page highlights version 4.13.0 and provides links to earlier versions dating back to 3.2.0."],["`GetConversationModelRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties like `Name` used to specify which conversation model to retrieve."],["The documentation details the class's constructors, including a default constructor and a copy constructor that accepts another `GetConversationModelRequest` instance as a parameter."]]],[]]