Enum TestRunDifference.DiffType (0.52.0)

public enum TestRunDifference.DiffType extends Enum<TestRunDifference.DiffType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIFF_TYPE_UNSPECIFIED

Should never be used.

DIFF_TYPE_UNSPECIFIED = 0;

DIFF_TYPE_UNSPECIFIED_VALUE

Should never be used.

DIFF_TYPE_UNSPECIFIED = 0;

FLOW

The flow.

FLOW = 5;

FLOW_VALUE

The flow.

FLOW = 5;

INTENT

The intent.

INTENT = 1;

INTENT_VALUE

The intent.

INTENT = 1;

PAGE

The page.

PAGE = 2;

PAGE_VALUE

The page.

PAGE = 2;

PARAMETERS

The parameters.

PARAMETERS = 3;

PARAMETERS_VALUE

The parameters.

PARAMETERS = 3;

UNRECOGNIZED
UTTERANCE

The message utterance.

UTTERANCE = 4;

UTTERANCE_VALUE

The message utterance.

UTTERANCE = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()