Dialogflow v3 API - Enum PageInfo.Types.FormInfo.Types.ParameterInfo.Types.ParameterState (2.17.0)

public enum PageInfo.Types.FormInfo.Types.ParameterInfo.Types.ParameterState

Reference 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.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Fields

NameDescription
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.