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 reference documentation for the `GetConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.22.0."],["The `GetConversationModelRequest` class is used to request a specific conversation model from the Dialogflow API via the `ConversationModels.GetConversationModel` method."],["The page also offers links to the same documentation for previous versions of the API, ranging from 3.2.0 to 4.26.0."],["The class `GetConversationModelRequest` inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."],["The constructor for the class `GetConversationModelRequest` is called with a `GetConversationModelRequest` as a parameter, and it has one key property: `Name` which is a string with a format that includes the project and model ID."]]],[]]