How do i display a video using IBM Watson Assistan

2019-08-07 11:42发布

I have create a Chat bot using IBM Watson Assistant and i need to load an video for some responses. How do i embed a video into the chat bots' response?

1条回答
Bombasti
2楼-- · 2019-08-07 12:22

You can use HTML tags to embed a video into the response box as shown below:

enter image description here

Please note that HTML tags won't work in the Try It Out panel but will definitely be rendered in the application.

If you are looking for dynamic content, then you will have to pass context to the application side and then render video from there.

查看更多
登录 后发表回答