@botonic/core
Version:
Runtime and APIs for Botonic bots: actions, context, messaging, and integration hooks used by the **current** framework line.
9 lines • 461 B
JavaScript
/** Flow / handoff action prefixes stored in session (legacy plugins may still set these via `custom` until migrated). */
export var BotonicAction;
(function (BotonicAction) {
BotonicAction["Redirect"] = "redirect_action";
BotonicAction["CreateCase"] = "create_case";
BotonicAction["DeleteUser"] = "delete_user";
BotonicAction["DiscardCase"] = "discard_case";
})(BotonicAction || (BotonicAction = {}));
//# sourceMappingURL=botonic-action.js.map