Image
Image card
The image card is used when you would like to send an image to the user. This cards allows you to show one single image. If you want to upload more images, please use the carousel card.
The following types are allowed .jpeg, .png and .gif

Syntax
[
{
"name": "state_1613371653983",
"component": "ebbot_image",
"properties": {
"image_description": "<IMAGE DESCRIPTION>",
"url": "<IMAGE URL>"
}
}
]Example usage
[
{
"name": "state_1613082140872",
"component": "ebbot_image",
"properties": {
"impage_description": "A cat",
"url": "https://ebbot.ai/cat.png"
}
}
]Last updated
Was this helpful?

