dialogflow-nodejs-client
dialogflow-nodejs-client copied to clipboard
Adding bot to user's channel doesn't turn it on
The bot only responds to default bot_channel it created, but once you add it to custom channel created by user, it doesn't do anything.
Seems like it needs to handle ('channelAdded') event with subsequent channel.join() to make it happen?
Would be great to have this functionality by default, without requiring custom server.