Interface CreateDialogNodeOptions.EventName
- Enclosing class:
 - CreateDialogNodeOptions
 
public static interface CreateDialogNodeOptions.EventName
How an `event_handler` node is processed.
- 
Field Summary
Fields Modifier and Type Field Description static StringDIGRESSION_RETURN_PROMPTdigression_return_prompt.static StringFILLEDfilled.static StringFILLED_MULTIPLEfilled_multiple.static StringFOCUSfocus.static StringGENERICgeneric.static StringINPUTinput.static StringNOMATCHnomatch.static StringNOMATCH_RESPONSES_DEPLETEDnomatch_responses_depleted.static StringVALIDATEvalidate. 
- 
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
 
 
 -