Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class ParameterState.
Represents the state of a parameter.
Protobuf type google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ PageInfo \ FormInfo \ ParameterInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PARAMETER_STATE_UNSPECIFIED
Value: 0
Not specified. This value should be never used.
Generated from protobuf enum PARAMETER_STATE_UNSPECIFIED = 0;
PBEMPTY
Value: 1
Indicates that the parameter does not have a value.
Generated from protobuf enum EMPTY = 1;
INVALID
Value: 2
Indicates that the parameter value is invalid. This field can be used by the webhook to invalidate the parameter and ask the server to collect it from the user again.
Generated from protobuf enum INVALID = 2;
FILLED
Value: 3
Indicates that the parameter has a value.
Generated from protobuf enum FILLED = 3;