Amazon connect chat sendmessage API

0

I have created a chat application using async chat examples github template. I have added bot, at the time of agent transfer live I would like to send the bot transcript to Agent as message. I have live participant token, Is it possible to invoke sendmessage api as http service? Create connection: https://participant.connect.us-east-1.amazonaws.com/participant/connection https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html Request URL: https://participant.connect.us-east-1.amazonaws.com/participant/message

2 Risposte
0

Hey,

You can get transcript via GetTranscript API. You can find details below. https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_GetTranscript.html

Also you can send message as a participant with that participant token (https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html) Why do you need to send it again to Agent? Just get transcript on Agent side and display to him/her

Thanks

bbolek
con risposta 2 anni fa
0

If this is a Lex bot integrated with a contact flow the bot transcript should come through to the agent automatically.

profile pictureAWS
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande