UNPKG

voxa-cli

Version:
9 lines (7 loc) 181 B
import { VoxaApp } from "voxa"; export function register(voxaApp: VoxaApp) { voxaApp.onIntent("LaunchIntent", { flow: "terminate", reply: "Launch.StartResponse", }); }