Image reply - just-ai/aimybox-android-sdk GitHub Wiki
Aimybox can reply not only with text. Any reply can contain images.
Every HTTP API response can contain multiple image replies. Here is a list of the image type reply fields
imageUrl - direct URL of the image to be rendered
There is a format of this reply type
{
"type": "image",
"imageUrl": "https://someaddress.com/image.jpg"
}