Gather.Builder |
Gather.Builder.action(String action) |
Action URL
|
Gather.Builder |
Gather.Builder.action(URI action) |
Action URL
|
Gather.Builder |
Gather.Builder.actionOnEmptyResult(Boolean actionOnEmptyResult) |
Force webhook to the action URL event if there is no input
|
Gather.Builder |
Gather.Builder.bargeIn(Boolean bargeIn) |
Stop playing media upon speech
|
Gather.Builder |
Gather.Builder.debug(Boolean debug) |
Allow debug for gather
|
Gather.Builder |
Gather.Builder.finishOnKey(String finishOnKey) |
Finish gather on key
|
Gather.Builder |
Gather.Builder.hints(String hints) |
Speech recognition hints
|
Gather.Builder |
Gather.Builder.inputs(Gather.Input input) |
Input type Twilio should accept
|
Gather.Builder |
Gather.Builder.inputs(List<Gather.Input> input) |
Input type Twilio should accept
|
Gather.Builder |
Gather.Builder.language(Gather.Language language) |
Language to use
|
Gather.Builder |
Gather.Builder.maxSpeechTime(Integer maxSpeechTime) |
Max allowed time for speech input
|
Gather.Builder |
Gather.Builder.method(HttpMethod method) |
Action URL method
|
Gather.Builder |
Gather.Builder.numDigits(Integer numDigits) |
Number of digits to collect
|
Gather.Builder |
Gather.Builder.partialResultCallback(String partialResultCallback) |
Partial result callback URL
|
Gather.Builder |
Gather.Builder.partialResultCallback(URI partialResultCallback) |
Partial result callback URL
|
Gather.Builder |
Gather.Builder.partialResultCallbackMethod(HttpMethod partialResultCallbackMethod) |
Partial result callback URL method
|
Gather.Builder |
Gather.Builder.pause(Pause pause) |
Add a child <Pause> element
|
Gather.Builder |
Gather.Builder.play(Play play) |
Add a child <Play> element
|
Gather.Builder |
Gather.Builder.profanityFilter(Boolean profanityFilter) |
Profanity Filter on speech
|
Gather.Builder |
Gather.Builder.say(Say say) |
Add a child <Say> element
|
Gather.Builder |
Gather.Builder.speechTimeout(String speechTimeout) |
Time to wait to gather speech input and it should be either auto or a
positive integer.
|
Gather.Builder |
Gather.Builder.timeout(Integer timeout) |
Time to wait to gather input
|