Show image through custom action

hello everyone, I’m working on rasa and facing an issue. The issue is that, I want to show image through custom action but image is not showing. can anyone please help me?

image = ‘https://i.imgur.com/nGF1K8f.jpg’ dispatcher.utter_message(text = “Here is the image that you have created.”, image = image) this code help me to show image. try this code if anyone facing the same issue as I was facing

Hi @Haris, what front-end are you using to test if the image is being shown properly?