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."],[[["This webpage provides reference documentation for the `ListConversationModelEvaluationsRequest` class in the Google Cloud Dialogflow v2 API, showcasing versions from 3.2.0 up to the latest 4.26.0."],["The `ListConversationModelEvaluationsRequest` class is used to request a list of conversation model evaluations, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["Key properties of the `ListConversationModelEvaluationsRequest` class include `PageSize`, `PageToken`, and `Parent`, which control the number of evaluations returned, the pagination token, and the conversation model resource name respectively."],["The documentation details the class's inheritance from `object` and lists inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The page lists numerous previous versions, all containing the `ListConversationModelEvaluationsRequest`, for the Google Cloud Dialogflow v2 API class."]]],[]]