Interface UpdateDialogNodeOptions.NewEventName
- Enclosing class:
- UpdateDialogNodeOptions
public static interface UpdateDialogNodeOptions.NewEventName
How an `event_handler` node is processed.
-
Field Summary
Fields Modifier and Type Field Description static String
DIGRESSION_RETURN_PROMPT
digression_return_prompt.static String
FILLED
filled.static String
FILLED_MULTIPLE
filled_multiple.static String
FOCUS
focus.static String
GENERIC
generic.static String
INPUT
input.static String
NOMATCH
nomatch.static String
NOMATCH_RESPONSES_DEPLETED
nomatch_responses_depleted.static String
VALIDATE
validate.
-
Field Details
-
FOCUS
focus.- See Also:
- Constant Field Values
-
INPUT
input.- See Also:
- Constant Field Values
-
FILLED
filled.- See Also:
- Constant Field Values
-
VALIDATE
validate.- See Also:
- Constant Field Values
-
FILLED_MULTIPLE
filled_multiple.- See Also:
- Constant Field Values
-
GENERIC
generic.- See Also:
- Constant Field Values
-
NOMATCH
nomatch.- See Also:
- Constant Field Values
-
NOMATCH_RESPONSES_DEPLETED
nomatch_responses_depleted.- See Also:
- Constant Field Values
-
DIGRESSION_RETURN_PROMPT
digression_return_prompt.- See Also:
- Constant Field Values
-