Skip to content

Instantly share code, notes, and snippets.

@leoaiassistant
Last active November 4, 2020 11:27
Show Gist options
  • Save leoaiassistant/595f3c4383f85fdf0c3462254d4d09c9 to your computer and use it in GitHub Desktop.
Save leoaiassistant/595f3c4383f85fdf0c3462254d4d09c9 to your computer and use it in GitHub Desktop.
let intentMap = new Map();
intentMap.set('Welcome', welcome);
intentMap.set('Fallback', fallback);
intentMap.set('Notify2Email', NotifyHandler);
agent.handleRequest(intentMap);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment