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 Antworten
0

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

beantwortet vor 8 Monaten
  • 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

beantwortet vor 8 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen