Enum PageInfo.FormInfo.ParameterInfo.ParameterState (0.52.0)

public enum PageInfo.FormInfo.ParameterInfo.ParameterState extends Enum<PageInfo.FormInfo.ParameterInfo.ParameterState> implements ProtocolMessageEnum

Represents the state of a parameter.

Protobuf enum google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EMPTY

Indicates that the parameter does not have a value.

EMPTY = 1;

EMPTY_VALUE

Indicates that the parameter does not have a value.

EMPTY = 1;

FILLED

Indicates that the parameter has a value.

FILLED = 3;

FILLED_VALUE

Indicates that the parameter has a value.

FILLED = 3;

INVALID

Indicates that the parameter value is invalid. This field can be used by the webhook to invalidate the parameter and ask the server to collect it from the user again.

INVALID = 2;

INVALID_VALUE

Indicates that the parameter value is invalid. This field can be used by the webhook to invalidate the parameter and ask the server to collect it from the user again.

INVALID = 2;

PARAMETER_STATE_UNSPECIFIED

Not specified. This value should be never used.

PARAMETER_STATE_UNSPECIFIED = 0;

PARAMETER_STATE_UNSPECIFIED_VALUE

Not specified. This value should be never used.

PARAMETER_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()