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

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

respondido hace 8 meses
  • 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

respondido hace 8 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas