public sealed class GetConversationModelRequest : IMessage<GetConversationModelRequest>, IEquatable<GetConversationModelRequest>, IDeepCloneable<GetConversationModelRequest>, IBufferMessage, IMessage
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` namespace for .NET."],["The latest version available for `GetConversationModelRequest` is 4.26.0, and historical versions from 4.25.0 down to 3.2.0 are also documented here."],["The `GetConversationModelRequest` class is a request message used for the `ConversationModels.GetConversationModel` method, inheriting from `System.Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a string property named `Name`, which is required and represents the format to retrieve conversation models."],["The webpage lists documentation for the `GetConversationModelRequest` class which can be constructed with no parameters, or by providing an already existing `GetConversationModelRequest`."]]],[]]