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 年前664 查看次数
2 回答
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
已回答 2 年前
0

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

profile pictureAWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则