Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::DataType (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::DataType.

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

Constants

DATA_TYPE_UNSPECIFIED

value: 0
Not specified.

STRING

value: 1
Represents any string value.

NUMBER

value: 2
Represents any number value.

BOOLEAN

value: 3
Represents a boolean value.

ARRAY

value: 6
Represents a repeated value.