Productspublished

AWS Makes Its Contact-Center AI Designer Generally Available With Rules Beside the Model

The product separates flexible conversation from fixed decisions such as identity checks and eligibility, while linking voice calls to on-screen choices and preserving context during a transfer.

By 3 min read
AWS Makes Its Contact-Center AI Designer Generally Available With Rules Beside the Model
AWS Makes Its Contact-Center AI Designer Generally Available With Rules Beside the Model

Listen to this story

The audio brief

About 1:40
0:001:40
Read transcript
AWS has generally released agentic CX designer in Amazon Connect Customer, giving contact-center teams one visual workflow for both natural conversation and hard business rules. That distinction matters because a model can understand intent, ask follow-up questions, retrieve approved knowledge, and phrase a helpful answer—but it should not improvise an identity check, a credit-eligibility decision, or a compliance disclosure. In the designer, teams can assign models to individual conversational steps. Rule-based steps handle constrained inputs such as dates, emails, and phone numbers, with validated fields, regular-expression checks, retry limits, and explicit escalation paths. AWS says Connect Customer does not charge by model or token, which makes that per-step choice more practical for builders. The interaction can also move beyond speech. Live Sync lets a caller see and select options on a screen without leaving the voice session, while the Touchpoint client software can embed web chat, in-app voice, and other multimodal experiences in a site or mobile app. AWS says its agentic voices cover more than 50 languages and 100 voices, with interruption handling and mid-conversation language switching. For integrations, general availability adds REST requests to standard GET, POST, PUT, and DELETE endpoints, along with remote MCP tool calls. Secrets can stay in the workspace. And when a conversation transfers to a human or another AI agent, fields, variables, tool calls, and results can follow it. The key constraint is that the next handler inherits the accuracy—or the mistakes—of the workflow before the handoff.

Story brief

3 key points

AWS has generally released agentic CX designer in Amazon Connect Customer, giving contact-center builders a way to combine model-driven conversation with enforceable workflow logic. Teams can assign models to individual conversational steps while using validated fields, regex checks, retry limits, and escalation paths for sensitive operations. The product also connects voice to live screens, supports REST and remote...

  1. 01

    Models can handle intent, follow-ups, approved knowledge, and response wording; rules govern constrained inputs and policy-sensitive decisions.

  2. 02

    Live Sync lets callers view and select on-screen options without leaving a voice interaction.

  3. 03

    General availability includes GET, POST, PUT, and DELETE APIs plus remote MCP egress; secrets can be stored in the workspace.

AWS has made agentic CX designer generally available in Amazon Connect Customer, giving contact-center teams a no-code canvas that places generative AI conversation steps alongside fixed business-rule steps. The design targets a central production problem: a system can converse naturally without being allowed to improvise identity verification, credit eligibility, compliance disclosures, or escalation decisions.

The split is more consequential than a visual-builder feature. Agentic steps can interpret intent, retrieve approved knowledge and formulate a response. Deterministic steps collect constrained data through validated fields, with configurable retries and explicit escalation routes. AWS is positioning the two as complementary jobs in one workflow, rather than asking a model to make every decision in a customer interaction.

Screenshot of a blank application canvas in AWS agentic CX designer.
AWS presents agentic CX designer as a visual canvas for combining AI-driven and rule-based customer-service steps. Source: aws.amazon.com.

Two systems of decision-making, one customer flow

The agentic side is intended for the ambiguous parts of a call: understanding what a customer means, asking follow-up questions, drawing from approved knowledge, and tailoring the wording of an answer. Builders can select models for individual agentic steps, matching a model to speed-sensitive conversation or more involved multi-turn work. AWS says Connect Customer does not charge by model or token.

The deterministic side is for decisions with a prescribed answer. Its slots can validate dates, emails, phone numbers and custom constrained values; builders can add regular-expression checks, retry limits and a defined path when validation fails. That gives policy owners a way to set the conditions around actions such as an account check or credit decision without making that judgment a language-model output.

A call can become a screen session without a handoff

AWS is also extending the interaction beyond speech. Live Sync connects a live voice conversation to an on-screen interface in real time, so a customer can view and select options without leaving the call. The company’s Touchpoint client SDK is designed to embed web chat, in-app voice and those multimodal capabilities in a website or mobile application.

That approach shifts a phone interaction from a purely spoken exchange into a shared session: the assistant can present a choice visually, and a tap or form submission returns to the same flow. Connect Customer also offers agentic voices across more than 50 languages and 100 voices, with interruption handling, adaptive tone and mid-conversation language switching, according to AWS.

Integrations and transfers remain part of the product boundary

A conversation still needs access to systems that hold account records, service status and transaction functions. At general availability, the designer supports REST requests to GET, POST, PUT and DELETE API endpoints, plus MCP egress calls to tools exposed through a remote Model Context Protocol endpoint. AWS says secrets can be stored in the workspace and referenced in request headers instead of being placed in individual workflow nodes.

The final distinction is between resolving a request and moving it elsewhere. When a conversation escalates to a human agent or another AI agent, collected fields, variables, invoked tools and their results can persist across the transfer. That could remove the familiar need for a customer to repeat information, but it also makes the accuracy of the preceding workflow and its integrations consequential to the next handler.

Sources

  1. aws.amazon.comBlend structured business logic with agentic AI to deliver delightful conversational experiences | Amazon Web Services