Interface DialogNodeAction.Type
- Enclosing class:
- DialogNodeAction
public static interface DialogNodeAction.Type
The type of action to invoke.
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENTclient.static StringCLOUD_FUNCTIONcloud_function.static StringSERVERserver.static StringWEB_ACTIONweb_action.static StringWEBHOOKwebhook.
-
Field Details
-
CLIENT
client.- See Also:
- Constant Field Values
-
SERVER
server.- See Also:
- Constant Field Values
-
CLOUD_FUNCTION
cloud_function.- See Also:
- Constant Field Values
-
WEB_ACTION
web_action.- See Also:
- Constant Field Values
-
WEBHOOK
webhook.- See Also:
- Constant Field Values
-