Class BatchDeleteTestCasesRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent to delete test cases from. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. names (Sequence[str]): Required. Format of test case names: projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>.

Inheritance

builtins.object > proto.message.Message > BatchDeleteTestCasesRequest