Keerthi
Keerthi

Reputation: 1

How to embed IBM Watson Assistant chatbot into another HTML page

I have created my chatbot with IBM Watson Assistant from the GUI using Intents, Entities and Dialog and also tested the same using the "Test Yourself" utility. Now I want to embed this Chatbot on another HTML page. How do I do this? How would I start?

Upvotes: 0

Views: 1248

Answers (1)

data_henrik
data_henrik

Reputation: 17118

Check out the section on integrations for IBM Watson Assistant. In addition the GitHub organisation Watson Developer Cloud provides the SDKs and has samples. One of them is Watson Simple which is a good starting point.

Upvotes: 1

Related Questions