public enum PageInfo.FormInfo.ParameterInfo.ParameterState extends Enum<PageInfo.FormInfo.ParameterInfo.ParameterState> implements ProtocolMessageEnumRepresents the state of a parameter.
Protobuf enum
google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| EMPTY | Indicates that the parameter does not have a value. |
| EMPTY_VALUE | Indicates that the parameter does not have a value. |
| FILLED | Indicates that the parameter has a value. |
| FILLED_VALUE | Indicates that the parameter has a value. |
| 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. |
| INVALID_VALUE | 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. |
| PARAMETER_STATE_UNSPECIFIED | Not specified. This value should be never used. |
| PARAMETER_STATE_UNSPECIFIED_VALUE | Not specified. This value should be never used. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |