I tried to send image.
but I couldn’t send two image.
utter_cheer_up:
- text: |+
animal here
image:
- 'https://i.imgur.com/nGF1K8f.jpg'
- 'https://i.imgur.com/jlFgGpe.jpg'
how??
thank you.
I tried to send image.
but I couldn’t send two image.
utter_cheer_up:
- text: |+
animal here
image:
- 'https://i.imgur.com/nGF1K8f.jpg'
- 'https://i.imgur.com/jlFgGpe.jpg'
how??
thank you.
The image
metadata field is currently only expected to contain a single image URL. Also, please keep in mind that the image
field doesn’t really have any special meaning for Rasa (except that it chooses to render it nicely when there’s one image URL under it).
I don’t know where you are running your bot (website, etc.), but it would be the responsibility of your frontend code to handle multiple URLs and display them all.
Hope that helps.