Class TestRunDifference (1.12.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 description of the diff, showing the actual output vs expected output.

Inheritance

builtins.object > proto.message.Message > TestRunDifference

Classes

DiffType

DiffType(value)

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