Amazon Connect - Lex - Both Voice and DTMF Input handling

0

Hi,

The following prompt should be played to the callers.

"Thanks for calling. For English, say English or press 1. For Spanish, say Spanish or press 2. For other language, say Other".

Now, using the lex, I did configure the intent and slot values as English, Spanish & Other. It's working as expected. The problem is, the Amazon Connect Contact flow "Get customer input" block doesn't have an option to recognize the DTMF input, if I select the Lex bot.

So, any suggestions on how I can implement this solution by offering both DTMF and the voice options to the callers?

Thanks, Shiva

3 Answers
2

When you define the utterances for your bot, you can include the DTMF text values of the digits, like David suggested here. So if you want the user in addition to stating their intent, to also enter a digit, all you have to do is add "one" or "two" as part of the utterances you train your bot with.

AWS
Magda
answered 3 months ago
1

In the English intent put "one" in the slot, for Spanish slot of "two". Then try your DTMF and speech.

david

profile picture
dmacias
answered 3 months ago
0

Thanks dmacias & Magda,

I did achieve the results by add the numbers under slot values.

Enter image description here

profile picture
Shiva
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions