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 String
CLIENT
client.static String
CLOUD_FUNCTION
cloud_function.static String
SERVER
server.static String
WEB_ACTION
web_action.static String
WEBHOOK
webhook.
-
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
-