Class TestCaseResult (0.8.2)

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_v3beta1.types.ConversationTurn]
The conversation turns uttered during the test case replay in chronological order.
test_result google.cloud.dialogflowcx_v3beta1.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.