public sealed class ListConversationModelEvaluationsRequest : IMessage<ListConversationModelEvaluationsRequest>, IEquatable<ListConversationModelEvaluationsRequest>, IDeepCloneable<ListConversationModelEvaluationsRequest>, IBufferMessage, IMessage, IPageRequest
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 namespace for .NET, covering versions from 3.2.0 to the latest version 4.26.0."],["The `ListConversationModelEvaluationsRequest` class is a request message used to list conversation model evaluations, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The class includes properties like `PageSize`, `PageToken`, and `Parent`, allowing users to specify the number of evaluations to retrieve, the token for the next page, and the conversation model's resource name, respectively."],["The latest version available is 4.26.0, and the page also offers access to the documentation of older versions, and you are currently looking at the documentation of version 3.11.0."],["It has two constructors, one parameterless and one that takes a `ListConversationModelEvaluationsRequest` as a parameter."]]],[]]