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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetConversationModelEvaluationRequest` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment."],["The `GetConversationModelEvaluationRequest` class is part of the `Google.Cloud.Dialogflow.V2` namespace and is used to retrieve a conversation model evaluation."],["The page lists multiple versions of the Dialogflow v2 API, ranging from version 3.2.0 up to the latest version 4.26.0, with the current version of the document being 4.25.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It has a single property, `Name`, which represents the resource name of the conversation model evaluation and is a string value in a specific format."]]],[]]