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 \ V3Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
STRING
Value: 1Represents any string value.
Generated from protobuf enum STRING = 1;
NUMBER
Value: 2Represents any number value.
Generated from protobuf enum NUMBER = 2;
BOOLEAN
Value: 3Represents a boolean value.
Generated from protobuf enum BOOLEAN = 3;
PBARRAY
Value: 6Represents a repeated value.
Generated from protobuf enum ARRAY = 6;