Last active
November 4, 2020 11:27
-
-
Save leoaiassistant/595f3c4383f85fdf0c3462254d4d09c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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