Class ContinuousTestResult (0.8.0)

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

Represents a result from running a test case in an agent environment.

Attributes: name (str): The resource name for the continuous test result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/continuousTestResults/<ContinuousTestResult ID>. result (google.cloud.dialogflowcx_v3beta1.types.ContinuousTestResult.AggregatedTestResult): The result of this continuous test run, i.e. whether all the tests in this continuous test run pass or not. test_case_results (Sequence[str]): A list of individual test case results names in this continuous test run. run_time (google.protobuf.timestamp_pb2.Timestamp): Time when the continuous testing run starts.

Inheritance

builtins.object > proto.message.Message > ContinuousTestResult