Class TestCaseResult (0.8.0)

TestCaseResult(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 test case result. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/testCases/ <TestCase ID>/results/<TestCaseResult ID>. environment (str): Environment where the test was run. If not set, it indicates the draft environment. conversation_turns (Sequence[google.cloud.dialogflowcx_v3.types.ConversationTurn]): The conversation turns uttered during the test case replay in chronological order. test_result (google.cloud.dialogflowcx_v3.types.TestResult): Whether the test case passed in the agent environment. test_time (google.protobuf.timestamp_pb2.Timestamp): The time that the test was run.

Inheritance

builtins.object > proto.message.Message > TestCaseResult