Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Warning
Application error

13335: Gather: speechTimeout auto cannot be used with model default

Twilio Voice DocumentationVoice

Description

description page anchor

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.

Possible causes

possible-causes page anchor
  • You set speechTimeout="auto" on <Gather>.
  • You also set speechModel, and Twilio requires speechTimeout to be a positive integer when a speech model is configured.
  • Change speechTimeout to a positive integer value.
  • Review the <Gather> speech configuration before you deploy it so the speechModel and speechTimeout values are compatible.

Additional resources

additional-resources page anchor