Interface TestRunDifferenceOrBuilder (0.12.1)

See more code actions.
public interface TestRunDifferenceOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getDescription()

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

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

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

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getType()

public abstract TestRunDifference.DiffType getType()

The type of diff.

.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;

Returns
Type Description
TestRunDifference.DiffType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of diff.

.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.