Class RunTestCaseRequest (0.8.0)

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

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

Attributes: name (str): Required. Format of test case name to run: projects/<Project ID>/locations/ <Location ID>/agents/<AgentID>/testCases/<TestCase ID>. environment (str): Optional. Environment name. If not set, draft environment is assumed. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>.

Inheritance

builtins.object > proto.message.Message > RunTestCaseRequest