Use @Event
start
@Event('start')
nameFunction() {
> I am ChatBot
}startAndIntent
@Event('startAndIntent')
nameFunction() {
> I am Chatbot. I will try to answer your question
}nothing
@Event('nothing')
nameFunction() {
> What ?
}on
canActivate
Last updated