Step 5: Edit the contact flow greeting in the GUI - AI Contact Centre Walkthrough
Open ndx-try-aicc-main-flow in the Connect console, change the greeting to ‘hi this is a funky test’, save, and dial in to hear the difference.
Great! You've deployed the demo
Now let's walk through what you just deployed and see it in action.
Start WalkthroughChoose your next step
Generate Evidence Pack
Create your business case documentation with what you've learned.
Generate Evidence PackWalkthrough progress
Step 5 of 8 • 5 minutes
Edit the contact flow greeting in the GUI
Open the contact flow ndx-try-aicc-main-flow in the Connect console, click the 'Greet and get intent via Lex' block, change its prompt text to 'hi this is a funky test', save and publish, then dial the council's number to hear your edit live.
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Screenshot updating - please check back soon
Expected outcome
- You can find ndx-try-aicc-main-flow under Routing → Flows in the Connect admin console
- You can click the 'Greet and get intent via Lex' block and edit its prompt
- Save and Publish complete without errors
- Dialling the council's number after publishing plays the new greeting
Why this matters
Contact flows are configurable. They are not a developer-only black box. A non-developer in your customer services team can change the words a caller hears in under a minute. This step proves it.
Find the flow
- From the Connect admin home, open the left-hand nav and click Routing, then Flows.
- In the flow list, search for
ndx-try-aicc-main-flowand click into it. The visual flow editor opens. - The flow starts on the left. Find the block labelled "Greet and get intent via Lex". It's the first Get customer input block after the entry point. The icon shows a Lex bot.
Edit the greeting
- Click the "Greet and get intent via Lex" block. The properties panel slides in from the right.
- Scroll to the "Prompts" section. The current text reads something like "Hello, you've reached Aldershire District Council. This is an NDX:Try session. What can I help with?"
- Click the prompt text and replace it with:
hi this is a funky test - Click Save at the top right. A toast confirms "Flow saved".
- Click Publish next to Save. A confirmation dialog appears. Click Publish in the dialog.
Hear it live
Dial the council's number from step 1. Instead of the corporate Aldershire greeting, you hear:
"Hi, this is a funky test."
The bot still does intent recognition after that line, so saying "bin collection" or "fly-tip" still routes correctly. You changed the words, not the routing.
Note: this change lives in your sandbox session only. Re-deploying the AI Contact Centre stack from CloudFormation, or running isb terminate on your sandbox lease, resets the flow to its IaC-defined wording. To make a permanent change, edit cloudformation/scenarios/ai-contact-centre/template.yaml in the source repository.