Class ListTestCasesRequest (1.1.1)

ListTestCasesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for TestCases.ListTestCases.

Attributes

NameDescription
parent str
Required. The agent to list all pages for. Format: projects/.
page_size int
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.
page_token str
The next_page_token value returned from a previous list request.
view google.cloud.dialogflowcx_v3beta1.types.ListTestCasesRequest.TestCaseView
Specifies whether response should include all fields or just the metadata.

Classes

TestCaseView

TestCaseView(value)

Specifies how much test case information to include in the response.