Class TestRunDifference (1.11.0)

public sealed class TestRunDifference : IMessage<TestRunDifference>, IEquatable<TestRunDifference>, IDeepCloneable<TestRunDifference>, IBufferMessage, IMessage

The description of differences between original and replayed agent output.

Inheritance

Object > TestRunDifference

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TestRunDifference()

public TestRunDifference()

TestRunDifference(TestRunDifference)

public TestRunDifference(TestRunDifference other)
Parameter
NameDescription
otherTestRunDifference

Properties

Description

public string Description { get; set; }

A description of the diff, showing the actual output vs expected output.

Property Value
TypeDescription
String

Type

public TestRunDifference.Types.DiffType Type { get; set; }

The type of diff.

Property Value
TypeDescription
TestRunDifference.Types.DiffType