The following shows an example of part of an entity extraction based call flow:

Here is what it is doing:

Let's look at the Input ASR Object we are using:

This will:

The second Input ASR Object is very similar, just this time we prompt the user letting them know we didn't understand what they said:

Following this, we search for the customer number in the database (here we use a list, but this could be anything - a REST API, DB Call or whatever is needed.

This is generally a good pattern for such call flows:


Don't overdo it - you will frustrate callers if they get "caught" in any kind of loop they cannot break out of. Ask them twice, maybe in some cases three times. Then give them an exit ...

Key points: