Is there a way to do a gather that accepts either digits or speech?
If someone types digits at any point in the call, I'd like to transfer them to the correct department. At the same time, I'm also collecting speech from them using Gather for speech.
Wondering if its possible to do both.
Working with Node
You can choose
dtmf speech
for the input. This means the first detected input (speech
ordtmf
) will take precedence. Ifspeech
is detected first,finishOnKey
will be ignored.There's no way to make the them run without any taking precedence. That would probably get too confusing for callers.