Aug 29, 2017 · 1 min read
Hi Akshay, thanks for your great tutorials.
I am the beginner in Bot Development and thanks to learn and follow from you on Api.ai instruction.
It seems everything fine before step 3 smalltalk setup. When I insert the code :
intents.matches(‘smalltalk.greetings’,function(session){ session.send(‘This is smalltalk’);
}); It doesn’t recognized on any intent and directly recognized the result to “intents.onDefault”.
Do you have any advice? Thanks in advance!