Use bubble to build chatbot with ibm wattson

It looks like a few bubblers have been looking at integrating bubble with IBM Watton, so I wanted to ask this question.

I’ve built a basic chatbot in Wattson already and now I’m trying to get it on a website so real people can start chatting with it. While Wattson is great at making at chatbot, it doesn’t do anything on the front end for getting it onto a website or within an application.

Would it be possible to connect my Wattson chat with bubble via the api, then embed the bubble/wattson chatbot application on my website in an iframe or something like this?

Anyone have experience with this?

From what I’ve been reading this is not on the priority list for the IBM Watson team (ability to easily have an integrated chat UI). I have only encountered embedded iFrames like you mention.

Have you explored these pages?

https://www.ibm.com/watson/developercloud/conversation/api/v1/#create_workspace

https://www.ibm.com/watson/developercloud/doc/conversation/sample-applications.html

Edit: My guess is that this is possible, but there is not a ‘code-free’ option available. See: https://www.ibm.com/watson/developercloud/doc/conversation/develop-app.html

@philip Correct, I was thinking I could use bubble to create the chat UI, then embed this on a website.

Most of these bots are using other messenger apps (messenger, slack, etc) , which I’m not interested in using.

I’d like to have a chat bot similar to Interom or Drift.

Think this would be possible?