VoxaAI/voxa-cli

View on GitHub
templates/javascript/src/app/states/main.states.js

Summary

Maintainability
A
0 mins
Test Coverage
function register(voxaApp) {
  voxaApp.onIntent("LaunchIntent", {
    flow: "terminate",
    reply: "Launch.StartResponse",
  });
}

module.exports = register;