Enum ParameterDefinition.ParameterType (0.54.0)

public enum ParameterDefinition.ParameterType extends Enum<ParameterDefinition.ParameterType> implements ProtocolMessageEnum

Parameter types are used for validation. These types are consistent with [google.protobuf.Value][].

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ParameterDefinition.ParameterType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOOLEAN

Represents a boolean value.

BOOLEAN = 3;

BOOLEAN_VALUE

Represents a boolean value.

BOOLEAN = 3;

LIST

Represents a repeated value.

LIST = 6;

LIST_VALUE

Represents a repeated value.

LIST = 6;

NULL

Represents a null value.

NULL = 4;

NULL_VALUE

Represents a null value.

NULL = 4;

NUMBER

Represents any number value.

NUMBER = 2;

NUMBER_VALUE

Represents any number value.

NUMBER = 2;

OBJECT

Represents any object value.

OBJECT = 5;

OBJECT_VALUE

Represents any object value.

OBJECT = 5;

PARAMETER_TYPE_UNSPECIFIED

Not specified. No validation will be performed.

PARAMETER_TYPE_UNSPECIFIED = 0;

PARAMETER_TYPE_UNSPECIFIED_VALUE

Not specified. No validation will be performed.

PARAMETER_TYPE_UNSPECIFIED = 0;

STRING

Represents any string value.

STRING = 1;

STRING_VALUE

Represents any string value.

STRING = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()