public sealed class GetConversationModelEvaluationRequest : IMessage<GetConversationModelEvaluationRequest>, IEquatable<GetConversationModelEvaluationRequest>, IDeepCloneable<GetConversationModelEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetConversationModelEvaluationRequest.
The request message for
[ConversationModels.GetConversationModelEvaluation][google.cloud.dialogflow.v2.ConversationModels.GetConversationModelEvaluation]
Required. The conversation model evaluation resource name. Format:
projects/<Project ID>/conversationModels/<Conversation Model
ID>/evaluations/<Evaluation ID>
[[["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."],[[["The latest version available for the `GetConversationModelEvaluationRequest` class is 4.26.0, which is part of the Google Cloud Dialogflow v2 API."],["This class, `GetConversationModelEvaluationRequest`, is used as the request message for the `ConversationModels.GetConversationModelEvaluation` method in the API."],["The `GetConversationModelEvaluationRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is implemented as a sealed class that inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are numerous other versions available, spanning from version 4.25.0 down to 3.2.0, each with its respective documentation link, making it easy to access previous iterations."],["The `GetConversationModelEvaluationRequest` class includes a `Name` property, which is a string that represents the required resource name in the format: `projects/\u003cProject ID\u003e/conversationModels/\u003cConversation Model ID\u003e/evaluations/\u003cEvaluation ID\u003e`."]]],[]]