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?
相关问题
- Pass custom debug information to Microsoft bot fra
- LUIS - Can we use phrases list for new values in t
- Can Dialogflow response time limit be modified?
- User Authentication in Dailogflow through third pa
- Asynchronously Respond in new Hangout Chat using r
相关文章
- Adaptive Cards in Carousel Layout in Facebook Mess
- How to store and retrieve the chat history of the
- How to access Dialogflow V2 API from a webpage?
- How to deploy rasa chatbot
- Is there a way to enable calendar option as an inp
- Is it possible to check if user have PM's enab
- Why AIML pattern matching is not working?
- How to throw a custom message using Dialogflow aft
You can use HTML tags to embed a video into the response box as shown below:
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.