[breadcrumb]
Most frequently asked Question about Amazon Connect this week!
At a time when we are buried building "work at home" solutions a question has surfaced as being the most asked question of the week! Can you write a script that provides "after call" customer evaluations? The challenge with after call surveys is that they need to be automated with no Agent transfer required. Why would an Agent transfer an obviously unhappy customer to a post call survey? The only callers the Agent will transfer are callers who are obviously happy with the manner in which the Agent handled the call. The requirement is that after the Agent hangs up, the customer previously selected for a survey, is automatically transferred to the survey solution! (Special thanks to Gordon Campbell Dextr.Cloud CSO for bringing this issue to the table)!
Can we automate the after call survey?
The fact is, using Amazon Connect it is very possible to automate the after call survey. We have created a solution in which some percentage of inbound callers are auto magically transferred to the post call survey dialog. The solution can be very simple or implemented with more complex options. In any case the solution will most certainly involve several other services from the AWS pantheon of technology infrastructure solutions:- Clearly you need an Amazon Connect Instance configured with the DrVoIP Post Call Survey script
- A decision needs to be made as to how many calls should be transferred to the survey as a percentage of the total call volume. From 1-100% are possible.
- A decision needs to be made as to the customer answer collection technology. Are we going to use LEX as a Speech Bot to collect the callers survey response, or is a good old "press 0-9" input acceptable?
- The actual survey questions have to be scripted and need to map to either a LEX Intent/Slot or a Touch Tone value.
- A lambda function(s) will need to be created to write the results to a database.
- A database for the results needs to be available to host the responses by caller. Left to our own design we would make use of DynamoDB but you can make use of any database you prefer.
- A report generation and administration resource needs to be created.