The Twilio documentation states that the valid values for speechModel
are:
default
numbers_and_commands
phone_call
I think I have a slight understanding for phone_call
, but what do the default
and numbers_and_commands
mean?
I'm trying to build a bot that will take commands and answers to prompts as in the question Problems with verb Record timeout when calling an IVR, but the Gather documentation doesn't specify what each value means. I would think that for my use case, "numbers_and_commands" should do it, but I would appreciate more concrete definitions about the behaviors for each value.