public interface TestRunDifferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()A human readable 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 human readable 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.v3beta1.TestRunDifference.DiffType type = 1;
| Returns | |
|---|---|
| Type | Description |
TestRunDifference.DiffType |
The type. |
getTypeValue()
public abstract int getTypeValue()The type of diff.
.google.cloud.dialogflow.cx.v3beta1.TestRunDifference.DiffType type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |