The maximum number of items to return in a single page. By default 20.
Note that when TestCaseView = FULL, the maximum page size allowed is 20.
When TestCaseView = BASIC, the maximum page size allowed is 500.
[[["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 webpage provides documentation for the `ListTestCasesRequest` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically version 1.9.0, and lists historical versions from 1.0.0 to 2.23.0."],["`ListTestCasesRequest` is a request message used for listing test cases and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The `ListTestCasesRequest` class has properties such as `PageSize`, `PageToken`, `Parent`, `ParentAsAgentName`, and `View`, which are used to specify how to retrieve and filter the list of test cases."],["There are two constructors for the `ListTestCasesRequest` class: a default constructor and a copy constructor that takes another `ListTestCasesRequest` object as a parameter."],["The `PageSize` property controls the number of items returned per page, with a maximum of 20 for `FULL` and 500 for `BASIC`, while the `Parent` property is a required field specifying the agent to list test cases from using a specific project, location, and agent ID format."]]],[]]