public enum PageInfo.Types.FormInfo.Types.ParameterInfo.Types.ParameterStateReference documentation and code samples for the Dialogflow v3 API enum PageInfo.Types.FormInfo.Types.ParameterInfo.Types.ParameterState.
Represents the state of a parameter.
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Fields |
|
|---|---|
| Name | Description |
Empty |
Indicates that the parameter does not have a value. |
Filled |
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. |
Unspecified |
Not specified. This value should be never used. |