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 documentation for the `ListConversationModelEvaluationsRequest` class within the Google Cloud Dialogflow V2 API, specifically for the .NET environment, with the most recent version at 4.26.0, and the version seen here being 4.11.0."],["The `ListConversationModelEvaluationsRequest` class is used to send requests to retrieve a list of conversation model evaluations and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The documentation includes a detailed list of available versions of this class, from 4.26.0 down to 3.2.0, allowing users to access documentation that corresponds to the version they have implemented in their project."],["The class has properties such as `PageSize`, `PageToken`, and `Parent` which are used to help handle pagination and specify the conversation model for the request, and has public constructors to create a new instance of the class."],["The class inherits properties from the object class such as `GetHashCode()`, `GetType()`, and `ToString()`, alongside several inherited members, found in the documentation."]]],[]]