I am new to working with Rasa, and I want to send an image using the dispatcher inside a custom action. However, it returns text, but not image.
Rasa Version : 3.6.6 Minimum Compatible Version: 3.5.0 Rasa SDK Version : 3.6.2 Python Version : 3.10.0
response_text = (
f"Location: {country}, {governate}, {district}, {block}\nPrice: {price_range} KWD.\nFor more details, Visit Here: {visit_link}"
)
dispatcher.utter_message(text=response_text)
dispatcher.utter_message(image="https://img.jamesedition.com/listing_images/2023/10/11/14/12/39/5a65d51e-cd84-4252-9e80-aeb049790aff/je/1100xxs.jpg"