Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Image bot response control

Use the Image bot response control in a Virtual Agent topic to upload and display an image from a URL link. The image aspect ratio determines how the image is sized in the bot chat bubble.

Image bot response control properties

PropertyDescription
Node nameName that identifies this Image bot response control node in the topic flow.
Image URL link

The URL link to an image file you want to include in the conversation. To set a value, do one of the following:- Specify the image URL by using the text field, data pill, or script. - Upload an image by clicking Upload Image.

If you upload an image, then the selected image is uploaded to the server and is stored in the Images [sys_db_image] table and in the update sets. When the image is stored in the Images table and the update sets, then you can use the image in a production or non-production instance, as needed.

After the image is uploaded, the URL link is included in theResponse Properties sheet:

Image omitted: va-upload-image-with-link-example.png
Uploaded link shown in the property sheet.</p>

Click the link to view the image.

The URL is generated dynamically. The name of the instance is inserted at the front of the URL path.

You can change or delete the link to the image. If you delete the link on this property sheet, only the reference to the URL is deleted. The image remains on the server for future use.

Image alt textAlternative, screen-readable text included for accessibility. This text is used along with the image. Enter the text using the text field, data pill, or script. For more information about using data pills or scripts, see Assistant Designer controls.
Advanced
Hide this node
Conditionally show this node ifNo-code condition statement or low-code script that specifies a condition for presenting this node in the conversation. The condition must evaluate to true.

Channel support

ChannelSupportConstraints
Web UISupportedThe maximum image size is determined by the com.glide.attachment.max_size system property. The default value is 1024 MB.
Mobile UISupportedThe maximum image size is determined by the com.glide.attachment.max_size system property. The default value is 1024 MB.
Now Assist panelNot supportedNot applicable
Microsoft TeamsSupportedNone
SlackSupportedFor details about the maximum image size allowed, check the Slack documentation.
WorkplaceSupportedFor details about the maximum image size allowed, check the Workplace documentation.
Facebook MessengerSupportedFor details about the maximum image size allowed, check the Facebook Messenger documentation.
SMS TwilioSupportedFile size limits may vary. For Twilio limitations, check their Accepted Content Types for Media.
LINESupportedFile size limits may vary. For details, see the LINE documentation.
WhatsAppSupportedFile size limits may vary. For details, see the WhatsApp documentation.
Apple Messages for BusinessSupportedNone
Alexa (Voice)Partial supportSupported on devices with screens. For nonscreen devices, the user receives a message: We found an image. For details, see Fine-tune Virtual Agent settings and topics for the best Alexa voice chat experience.

Example Image bot response control

Note: Virtual Agent Designer controls may display and function differently in other channels.

Response propertiesImage bot response output
Image omitted: va-image-response-properties.png
Basic properties include node name, the URL link to the image, and image alt text.
Image omitted: va-image-response-web.png
A chat window shows a picture of a computer.
Image omitted: va-image-response-mobile.png
A chat window shows a picture of a computer.

Parent Topic:Assistant Designer bot responses