Class CreateTestCaseRequest (0.8.0)

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

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

Attributes: parent (str): Required. The agent to create the test case for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>. test_case (google.cloud.dialogflowcx_v3.types.TestCase): Required. The test case to create.

Inheritance

builtins.object > proto.message.Message > CreateTestCaseRequest