public sealed class GetConversationModelEvaluationRequest : IMessage<GetConversationModelEvaluationRequest>, IEquatable<GetConversationModelEvaluationRequest>, IDeepCloneable<GetConversationModelEvaluationRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `GetConversationModelEvaluationRequest` class within the Google.Cloud.Dialogflow.V2 namespace, spanning versions from 3.2.0 to the latest 4.26.0."],["`GetConversationModelEvaluationRequest` is a request message used for retrieving a conversation model evaluation in the Dialogflow API, as part of the `ConversationModels.GetConversationModelEvaluation` method."],["This class inherits from `System.Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["The class provides a string property called `Name`, which represents the required name of the conversation model evaluation resource, and follows a specific format: `projects/{Project ID}/conversationModels/{Conversation Model ID}/evaluations/\u003cEvaluation ID\u003e`."],["There are two constructors available, one is default, and the other accepts another `GetConversationModelEvaluationRequest` object as the parameter."]]],[]]