3

I've integrated Twilio in a NodeJS application and I want to know if there is any way to detect using TwiML when a user starts talking while in the middle of a playback or when the synthesizer is talking? Like when you call to an IVR and the IVR is talking to you and you already know what to say and instead of waiting for it to finish you choose the option right away.

Megan Speir
  • 3,745
  • 1
  • 15
  • 25
Moshe
  • 31
  • 1
  • 3

1 Answers1

2

Currently, Twilio does not support speech or voice recognition.

Source: https://www.twilio.com/help/faq/voice/does-twilio-support-speech-recognition

If

choose the option right away

means a key press, then you don't have to wait for the playback to finish.

Alex Baban
  • 11,312
  • 4
  • 30
  • 44