Can we initiate a call from chatbot to any rainbow user using js file?
I have implemented chatbot in web app. I want to perform call action from chatbot to other rainbow user based on chatbot response in sample_message.js file chatbot.onMessage() event. How can i achieve this?
-
Hi Sathyas,
You have 2 possibilities:
- under your onMessage() method, test the content of the message parameter, a take an action according to a specific word
else use the command step ttype and intercept also the command of you choice on the other side.
Regards
Vincent
Vous devez vous connecter pour laisser un commentaire.
Commentaires
1 commentaire