13327: Gather: Invalid speechTimeout value
VOICE
WARNING
This warning appears when <Gather> receives a speechTimeout value that is not a positive integer or auto. Twilio measures speechTimeout in seconds.
- The rendered
<Gather>TwiML setsspeechTimeoutto a value outside the acceptedpositive integerorautovalues. - The
speechTimeoutvalue is malformed, missing, or otherwise not parseable as a valid timeout value for<Gather>. This follows from the accepted-value constraint for the attribute. - The
<Gather>configuration includesspeechModelbut usesautoforspeechTimeout, which is not allowed for that combination.
- Set
speechTimeoutto a positive integer number of seconds or toauto. - Check the TwiML your application returns and confirm the rendered
<Gather>includes a validspeechTimeoutvalue. - If you use
speechModel, setspeechTimeoutto a positive integer and do not useauto.