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."],[[["This page provides reference documentation for the `GetConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET development."],["The documentation covers various versions of the API, ranging from 3.2.0 to the latest version, 4.26.0, with each version providing links to the `GetConversationModelRequest` for that version."],["The `GetConversationModelRequest` class is used to define the structure of the request message for retrieving a specific conversation model."],["The `GetConversationModelRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform various functions in the system."],["The class contains a single property, `Name`, which is a string that defines the necessary formatting for retrieving a specific conversation model, using the project and conversation model IDs."]]],[]]