13335: Gather: speechTimeout auto cannot be used with model default
VOICE
WARNING
Use a positive integer for speechTimeout whenever you set speechModel on <Gather>. Twilio does not support speechTimeout="auto" in this configuration, and this warning is raised when that combination is sent.
- You set
speechTimeout="auto"on<Gather>. - You also set
speechModel, and Twilio requiresspeechTimeoutto be a positive integer when a speech model is configured.
- Change
speechTimeoutto a positive integer value. - Review the
<Gather>speech configuration before you deploy it so thespeechModelandspeechTimeoutvalues are compatible.