Class UpdateTestCaseRequest (0.8.0)

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

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

Attributes: test_case (google.cloud.dialogflowcx_v3.types.TestCase): Required. The test case to update. update_mask (google.protobuf.field_mask_pb2.FieldMask): Required. The mask to specify which fields should be updated. The [creationTime][google.cloud.dialogflow.cx.v3.TestCase.creation_time] and [lastTestResult][google.cloud.dialogflow.cx.v3.TestCase.last_test_result] cannot be updated.

Inheritance

builtins.object > proto.message.Message > UpdateTestCaseRequest