Anyone know the syntax to play a video within the bot?
In my other tool, I add the following text to the button action.
<iframe width="300" height="auto" src="https://your_hosted_video_here" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
In CAI, I tried to make a button with the link option with this same text, but it treats it as an utterance and hits the fallback.
Any ideas?