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 \ ParameterDefinitionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PARAMETER_TYPE_UNSPECIFIED
Value: 0Not specified. No validation will be performed.
Generated from protobuf enum PARAMETER_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;
NULL
Value: 4Represents a null value.
Generated from protobuf enum NULL = 4;
OBJECT
Value: 5Represents any object value.
Generated from protobuf enum OBJECT = 5;
PBLIST
Value: 6Represents a repeated value.
Generated from protobuf enum LIST = 6;