Topic 1 Question 403
A company has deployed an Amazon Connect contact center. Contact center agents are reporting large numbers of computer-generated calls. The company is concerned about the cost and productivity effects of these calls. The company wants a solution that will allow agents to flag the call as spam and automatically block the numbers from going to an agent in the future.
What is the MOST operationally efficient solution to meet these requirements?
Customize the Contact Control Panel (CCP) by adding a flag call button that will invoke an AWS Lambda function that calls the UpdateContactAttributes API. Use an Amazon DynamoDB table to store the spam numbers. Modify the contact flows to look for the updated attribute and to use a Lambda function to read and write to the DynamoDB table.
Use a Contact Lens for Amazon Connect rule that will look for spam calls. Use an Amazon DynamoDB table to store the spam numbers. Modify the contact flows to look for the rule and to invoke an AWS Lambda function to read and write to the DynamoDB table.
Use an Amazon DynamoDB table to store the spam numbers. Create a quick connect that the agents can transfer the spam call to from the Contact Control Panel (CCP). Modify the quick connect contact flow to invoke an AWS Lambda function to write to the DynamoDB table.
Modify the initial contact flow to ask for caller input. If the agent does not receive input, the agent should mark the caller as spam. Use an Amazon DynamoDB table to store the spam numbers. Use an AWS Lambda function to read and write to the DynamoDB table.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
The most operationally efficient solution to allow agents to flag calls as spam and automatically block these numbers from reaching agents in the future in an Amazon Connect contact center involves a combination of Amazon Connect's features, AWS Lambda, and Amazon DynamoDB. Let's evaluate the options:
A. Customize CCP and Use Lambda with DynamoDB:
Customizing the Contact Control Panel (CCP) by adding a 'flag call' button allows agents to easily mark calls as spam. The button can invoke an AWS Lambda function, which calls the UpdateContactAttributes API to flag the call. Using an Amazon DynamoDB table to store spam numbers is an effective way to maintain a blocklist. Modifying contact flows to check for the spam attribute and interact with the DynamoDB table via Lambda ensures that future calls from these numbers are blocked. This solution provides a seamless experience for agents and integrates efficiently with Amazon Connect and AWS services.
👍 2thala2023/11/22 - 正解だと思う選択肢: A
A is the most operationally efficient solution. It directly empowers agents to flag spam calls with minimal disruption, automates the blocking process via contact flows, and effectively utilizes AWS Lambda and DynamoDB for real-time processing and storage. This approach is both agent-friendly and technically robust, aligning well with the requirements.
👍 2heatblur2023/11/26 - 正解だと思う選択肢: A
Answer A
👍 1devalenzuela862023/11/22
シャッフルモード