You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we don't support text formatting in interactive messages. For chat messages you need to call StartChatContact API with the SupportedMessagingContentTypes set to [ "text/plain", "text/markdown" ], then send a message with content type text/markdown. It should be successfully sent through and you can have your own implementation to render it correctly.
To insert a link, just follow the common markdown syntax for links - https://www.markdownguide.org/basic-syntax/#links.
Hi team,
When rendering a ListPicker InteractiveMessage or ChatMessage, how can we insert a link as such?
I've tried various methods, i.e.
https://codesandbox.io/s/snowy-field-r8d3c?file=/src/App.js:481-560
remarkjs/react-markdown#12
https://docs.aws.amazon.com/connect/latest/adminguide/enable-text-formatting-chat.html
The text was updated successfully, but these errors were encountered: