У нас вы можете посмотреть бесплатно Build a Callback Experience with Queue Position & Wait Time | Amazon Connect + AWS Lambda Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this tutorial, we build a complete callback experience in Amazon Connect from scratch using AWS Lambda and Python. We also show callers their estimated wait time and position in queue in real time — giving them the information they need to decide whether to wait or request a callback. Here's what we cover: Retrieving Estimated Wait Time and Contacts in Queue using the GetCurrentMetricData API Returning the caller's position in queue without complex APIs — just smart use of real-time metrics Handling API errors and null metric values gracefully By the end of this tutorial, your Amazon Connect contact center will tell callers exactly how long they'll wait, where they are in line, and send them an SMS when they choose a callback. 🔗 Resources GetCurrentMetricData API: https://docs.aws.amazon.com/connect/l... Amazon SNS SMS docs: https://docs.aws.amazon.com/sns/lates... Lambda Code: https://github.com/Kobbyjust/get-esti... #AmazonConnect #AWSLambda #AWS #ContactCenter #CallbackExperience #SNS #CustomerExperience #CloudComputing #AWSTutorial #ContactFlow #Python #boto3