Class BatchRunTestCasesRequest (0.8.0)

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

The request message for [TestCases.BatchRunTestCases][google.cloud.dialogflow.cx.v3beta1.TestCases.BatchRunTestCases].

Attributes: parent (str): Required. Agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/ <AgentID>. environment (str): Optional. If not set, draft environment is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>. test_cases (Sequence[str]): Required. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/<TestCase ID>.

Inheritance

builtins.object > proto.message.Message > BatchRunTestCasesRequest