Video as Response

How to send video and google map as a response from domain.yml

1 Like

Hi, I am also sending back video. I use the field “attachment”, and put the video url in it. In your domain.yml, for example,

  • text: “Here is a video for you:” attachment: “YouTube”

You can also pass attachment an object, with title like “video”. For my understand, attachment is designed for all the fields you need beyond their basic fields.

Hi @damao , If the video is in our local machine . How can we send it as a response.

you just send the url location of you static file, just like passing your other static files such as css, js… It is actually no more a question about rasa…

1 Like

Doesn’t work for me, tried to send the video in the same format