Google Cloud Dialogflow Cx V3 Client - Class ParameterType (0.10.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ParameterType.

Parameter types are used for validation.

These types are consistent with google.protobuf.Value.

Protobuf type google.cloud.dialogflow.cx.v3.ParameterDefinition.ParameterType

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ ParameterDefinition

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PARAMETER_TYPE_UNSPECIFIED

Value: 0

Not specified. No validation will be performed.

Generated from protobuf enum PARAMETER_TYPE_UNSPECIFIED = 0;

STRING

Value: 1

Represents any string value.

Generated from protobuf enum STRING = 1;

NUMBER

Value: 2

Represents any number value.

Generated from protobuf enum NUMBER = 2;

BOOLEAN

Value: 3

Represents a boolean value.

Generated from protobuf enum BOOLEAN = 3;

NULL

Value: 4

Represents a null value.

Generated from protobuf enum NULL = 4;

OBJECT

Value: 5

Represents any object value.

Generated from protobuf enum OBJECT = 5;

PBLIST

Value: 6

Represents a repeated value.

Generated from protobuf enum LIST = 6;