Quick summary
Adding a hyperlink in Dialogflow involves opening an intent, adding a Text Response, and writing the link using markdown or plain text format. Once saved, the hyperlink appears as a clickable link in your chatbot's response to users.
Steps
- Inside the Agent editor, find and open the intent you want to edit.
- Scroll down to the Responses section and click Add Responses.
- Pick Text Response to proceed.
- Type the anchor text and its corresponding link — use markdown format if your chatbot supports it, or plain text otherwise.
- Review your input and click Save.
- The hyperlink is now added to your Dialogflow intent and will display as a clickable link when the response is sent to the user.



