| Package | Description |
|---|---|
| com.twilio.twiml.voice |
| Modifier and Type | Method and Description |
|---|---|
Gather.Builder |
Gather.Builder.action(String action)
Action URL
|
Gather.Builder |
Gather.Builder.action(URI action)
Action URL
|
Gather.Builder |
Gather.Builder.bargeIn(Boolean bargeIn)
Stop playing media upon speech
|
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.input(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.option(String key,
String value)
Set additional attributes on this TwiML element that will appear in generated
XML.
|
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
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.