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 in the .NET environment."],["The content lists various versions of the API, ranging from the latest version 4.26.0 down to version 3.2.0, with links to each version's documentation for `GetConversationModelRequest`."],["`GetConversationModelRequest` is used to retrieve a specific conversation model and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetConversationModelRequest` class has a `Name` property of type string that is used to indicate which conversation model should be retrieved, using a specific format."],["The page documents the `GetConversationModelRequest` class, including its inheritance, implemented interfaces, constructors, and the `Name` property, along with detailed descriptions and the required format for the name property."]]],[]]