twilio / twilio-chat-demo-js

Programmable Chat API Demo Application for JavaScript
BSD 3-Clause "New" or "Revised" License
90 stars 94 forks source link

My bot not enter in chat room #29

Closed DanielMaceira closed 6 years ago

DanielMaceira commented 7 years ago

I checked out the credentials.json and api.ai integration with Twilio. The chat work for me as a guest, but bot is not there.

Can you clarify for me? Thank you!

philnash commented 7 years ago

Do you mean this api.ai integration? https://api.ai/docs/integrations/twilio

DanielMaceira commented 7 years ago

No! I followed this guide: https://api.ai/docs/integrations/twilio-programmable-chat

But the bot is not in the chat room, like we see in this tutorial.

philnash commented 7 years ago

Ah, my apologies!

Have you double checked that all the credentials are correct and in the correct fields within API.ai as well as your demo application configuration?

Are there any errors in the API.ai console?

kkarlallan commented 7 years ago

RESOLVED Same issue here. But I followed mine from this guide coz I'm using Watson Conversation: https://github.com/watson-developer-cloud/botkit-middleware/tree/master/examples/multi-bot

dkundel commented 7 years ago

Hey @kkarlallan do you have any specific error messages? Are you testing this on localhost with a tool like ngrok or are you running it on a publicly available server?

Cheers, Dominik

kkarlallan commented 7 years ago

Please remove my comment. I found a way for it. Thanks for trying @dkundel .

Cheer, Karl

dkundel commented 7 years ago

Alright cool! Have a great day!

Cheers, Dominik

philnash commented 6 years ago

Hey @DanielMaceira, I'm going to close this as I haven't heard from your for a while. If you're still having trouble, please open it up again and let me know what's going on.

toniGallardo commented 5 years ago

Hi, I follow this tutorial https://api.ai/docs/integrations/twilio-programmable-chat

But I have the same problem as @DanielMaceira when I start the chat, the bot is not in the chat room as we see in this tutorial. Thanks!

dkundel commented 5 years ago

Hi @toniGallardo! I'm sorry this integration seems to be broken on their side. We tried to tell them multiple times but haven't heard back from them. Have you had a look at twilio.com/autopilot? It supports Chat and might be helpful for you. And the Autopilot CLI supports pulling in Dialogflow backups from what I know.