Agent Dialog
How to use the Text block to display messages
Learn how to use the Text block in Release0 to display custom messages, format content, and add clickable links in your chatbot conversations. This guide covers setup tips and best practices for creating clear, engaging dialogues.
The Text Agent Dialog Block allows you to display simple text messages to your users. These messages can be chained together, creating a smooth animation that enhances the user experience.
Adding a Link to Text
You can include a link within your text messages by using the link icon in the editor.
Supported Link Formats
You can insert links using the following formats:
- HTTP/HTTPS URLs:
http://
orhttps://
- Email Links:
mailto:example@example.com
- Phone Links:
tel:+123456789
- SMS Links:
sms:+123456789
Additionally, links can dynamically include variables, enabling personalized or contextual link generation.