Class TestRunDifference (1.33.0)

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

The description of differences between original and replayed agent output.

Attributes

NameDescription
type_ google.cloud.dialogflowcx_v3beta1.types.TestRunDifference.DiffType
The type of diff.
description str
A human readable description of the diff, showing the actual output vs expected output.

Classes

DiffType

DiffType(value)

What part of the message replay differs from the test case.

Values: DIFF_TYPE_UNSPECIFIED (0): Should never be used. INTENT (1): The intent. PAGE (2): The page. PARAMETERS (3): The parameters. UTTERANCE (4): The message utterance. FLOW (5): The flow.