13329: Gather: Invalid partialResultCallbackMethod value
VOICE
WARNING
This warning appears when <Gather> receives a partialResultCallbackMethod value that is not GET or POST. The partialResultCallbackMethod attribute controls which HTTP verb Twilio uses to request the partialResultCallback URL, and its default value is POST.
- The
partialResultCallbackMethodattribute was set to a value other thanGETorPOST. - The request used a misspelled, unsupported, or otherwise invalid HTTP method value for
partialResultCallbackMethod.
- Set
partialResultCallbackMethodtoGETorPOST. - If you do not need a custom method, omit
partialResultCallbackMethodso Twilio uses the defaultPOSTvalue.