Class ListTestCasesRequest (0.8.0)

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

The request message for [TestCases.ListTestCases][google.cloud.dialogflow.cx.v3.TestCases.ListTestCases].

Attributes: parent (str): Required. The agent to list all pages for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. 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_v3.types.ListTestCasesRequest.TestCaseView): Specifies whether response should include all fields or just the metadata.

Inheritance

builtins.object > proto.message.Message > ListTestCasesRequest