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

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

Defines data types that are supported for inlined schemas. These types are consistent with google.protobuf.Value.

Protobuf type google.cloud.dialogflow.cx.v3.DataType

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

Not specified.

Generated from protobuf enum DATA_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;

PBARRAY

Value: 6

Represents a repeated value.

Generated from protobuf enum ARRAY = 6;