3 Answers
- Newest
- Most votes
- Most comments
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.
answered 2 months ago
1
In the English intent put "one" in the slot, for Spanish slot of "two". Then try your DTMF and speech.
david
answered 2 months ago
0
Thanks dmacias & Magda,
I did achieve the results by add the numbers under slot values.
answered 2 months ago
Relevant content
- asked 2 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
I found these articles that the Lex can support the DTMF. But not sure, how can I map 1 for English, 2 for Spanish, etc.. Just enabled these parameters for the Lex from the contact flow
x-amz-lex:allow-audio-input:<intentName>:<slotName> x-amz-lex:allow-dtmf-input:<intentName>:<slotName>