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."],[[["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 used as a request message for retrieving conversation model evaluations through the `ConversationModels.GetConversationModelEvaluation` method."],["The page lists available versions, ranging from version 3.2.0 to the latest 4.26.0 of the API, detailing the class in each version, with the latest being linked as latest in the list."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in the API."],["The class has a constructor and one property, Name, which requires a string value in a specific format indicating the `projects`, `conversationModels`, and `evaluation` IDs."]]],[]]