Amazon Connect features for IVR applications
Amazon Connect
This section gives an overview of the Amazon Connect features that can help you build an automated self-service experience. For examples of these components, see the sample architecture described later in this guide.
Flow designer
Amazon Connect provides a graphical user interface (GUI)‒based, self-service flow designer. This feature includes a drag-and-drop interface that helps you create personalized customer experiences intuitively and make changes on the fly. Flow blocks act as the building blocks of your IVR and routing experience. Each block has a specified function (for example, Play prompt or Get customer input), which makes flows visually intuitive.
Flows
Flows define the customer experience with your contact center from start to finish.
They deliver your IVR options and also route callers to the right agents based on the
information they have gathered. You can use flows to interact with other AWS services, such
as AWS Lambda
Flow modules
Flow modules are reusable sections of a flow. You can use these modules to extract repeatable logic across your flows and to perform common functions. For example, you can create a module that implements IVR payments for callers or sends SMS notifications after transactions.
AWS Lambda functions
Flows let you interact with backend systems such as order management, CRMs, ticket systems, and databases by using an AWS Lambda flow block. This integration enables self-service interactions on the IVR system with an increased containment rate. You can easily automate common customer use cases such as getting updates on order status or checking credit card balances. You can also use APIs to update customer preferences in your CRM, or create tickets on their behalf.