Class TestCaseResult (1.12.0)

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

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

Attributes

NameDescription
name str
The resource name for the test case result. Format: ``projects/
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