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

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

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

Constants

PARAMETER_TYPE_UNSPECIFIED

value: 0
Not specified. No validation will be performed.

STRING

value: 1
Represents any string value.

NUMBER

value: 2
Represents any number value.

BOOLEAN

value: 3
Represents a boolean value.

Google::Cloud::Dialogflow::CX::V3::ParameterDefinition::ParameterType

value: 4
Represents a null value.

OBJECT

value: 5
Represents any object value.

LIST

value: 6
Represents a repeated value.