Is there a way within amazon to have the chat bot responses formatted?

0

I want my text chat bot responses to contain paragraphs and bolded word etc if possible - does anyone have any suggestions? id like to avoid using lambda is possible but can do if need be.

Fizz
已提問 8 個月前檢視次數 256 次
2 個答案
0

Yes, use text/markdown as content type. If you are using chat widget make sure supportedMessagingContentTypes is included.

已回答 8 個月前
  • thanks but sorry i dont completely understand - is this within lambda? or is there a solution that can be applied directly to lex?

0

This is possible with Interactive Messages using Lambda. https://docs.aws.amazon.com/connect/latest/adminguide/interactive-messages.html

SendMessage API also provides markdown capabilities but then you will need to implement some custom bot solution. https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html

已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南