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.

2 Answers
0

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

answered 7 months ago
  • 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

answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions