@voiceflow/base-types
Version:
Voiceflow base project types
46 lines • 1.2 kB
TypeScript
export declare enum NodeType {
TEXT = "text",
SPEAK = "speak",
START = "start",
CARD = "card",
CARD_V2 = "cardV2",
CAROUSEL = "carousel",
BUTTONS = "buttons",
INTERACTION = "interaction",
AI_CAPTURE = "ai_capture",
AI_RESPONSE = "generative",
AI_SET = "ai_set",
SET = "set",
SET_V2 = "setV2",
IF = "if",
IF_V2 = "ifV2",
RANDOM = "random",
RANDOM_V2 = "randomV2",
CAPTURE = "capture",
CAPTURE_V2 = "captureV2",
GOTO = "goTo",
GOTO_NODE = "goToNode",
GOTO_DOMAIN = "goToDomain",
API = "api",
ZAPIER = "zapier",
INTEGRATIONS = "integrations",
GOOGLE_SHEETS = "google_sheets",
INTENT = "intent",
FLOW = "flow",
COMPONENT = "component",
CODE = "code",
EXIT = "exit",
PROMPT = "prompt",
COMMAND = "command",
TRACE = "trace",
CHANNEL_ACTION = "channel_action",
CUSTOM_BLOCK_POINTER = "custom_block_pointer",
URL = "url",
STREAM = "stream",
VISUAL = "visual",
GENERAL = "general",
DIRECTIVE = "directive",
DEPRECATED = "deprecated"
}
export declare const RUNTIME_ONLY_NODES: readonly [NodeType.GOTO];
//# sourceMappingURL=constants.d.ts.map