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 réponses
0

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

répondu il y a 8 mois
  • 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

répondu il y a 8 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions