Module: Google::Cloud::Dialogflow::CX::V3::PageInfo::FormInfo::ParameterInfo::ParameterState

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb

Overview

Represents the state of a parameter.

Constant Summary collapse

PARAMETER_STATE_UNSPECIFIED =

Not specified. This value should be never used.

0
EMPTY =

Indicates that the parameter does not have a value.

1
INVALID =

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.

2
FILLED =

Indicates that the parameter has a value.

3