Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Trouble with Dialogflow Messenger Formatting: Hyperlinks and Markdown

 

Hey,

I found out that I can't display a simple hyperlink or Markdown in Dialogflow Messenger. It doesn’t even show a new line; it just continues in one line.

I tried every code snippet, but none of them worked.

Could you please help me? In the end, I might have to go with a custom widget.

0 2 88
2 REPLIES 2

@fntrivedi could you please share the payload format? Is for Dialogflow Cx or Esentials?

Write it in unity in custom payload. Use rich response "text" and "anchor".

Here's example:

  • "text": [ "The hyperlink", "Click hyperlink here!" ]
  • "anchor": {"href": "https.example.com"}