public sealed class ListConversationModelEvaluationsRequest : IMessage<ListConversationModelEvaluationsRequest>, IEquatable<ListConversationModelEvaluationsRequest>, IDeepCloneable<ListConversationModelEvaluationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ListConversationModelEvaluationsRequest.
The request message for
[ConversationModels.ListConversationModelEvaluations][google.cloud.dialogflow.v2.ConversationModels.ListConversationModelEvaluations]
[[["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 page provides documentation for the `ListConversationModelEvaluationsRequest` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with version 4.26.0 being the most recent version."],["This class is used to request a list of conversation model evaluations, as indicated by the class's name and its role in the `ConversationModels.ListConversationModelEvaluations` method."],["The `ListConversationModelEvaluationsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, providing functionalities related to message handling, equality comparison, deep cloning, buffer operations, and page requests."],["The class includes properties like `PageSize`, `PageToken`, and `Parent`, which are used to control pagination and specify the target conversation model for which evaluations are requested, allowing users to set the number of evaluations to return, navigate between pages of results, and define the project and model being queried."],["The class has a history of many versions dating back to 3.2.0 for users to reference."]]],[]]