public class Gather extends TwiML
<Gather>| Modifier and Type | Class and Description |
|---|---|
static class |
Gather.Builder
Create a new
<Gather> element |
static class |
Gather.Input |
static class |
Gather.Language |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAction()
Action URL
|
String |
getFinishOnKey()
Finish gather on key
|
String |
getHints()
Speech recognition hints
|
Gather.Input |
getInput()
Input type Twilio should accept
|
Gather.Language |
getLanguage()
Language to use
|
Integer |
getMaxSpeechTime()
Max allowed time for speech input
|
HttpMethod |
getMethod()
Action URL method
|
Integer |
getNumDigits()
Number of digits to collect
|
URI |
getPartialResultCallback()
Partial result callback URL
|
HttpMethod |
getPartialResultCallbackMethod()
Partial result callback URL method
|
String |
getSpeechTimeout()
Time to wait to gather speech input and it should be either auto or a
positive integer.
|
Integer |
getTimeout()
Time to wait to gather input
|
Boolean |
isBargeIn()
Stop playing media upon speech
|
Boolean |
isProfanityFilter()
Profanity Filter on speech
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic Gather.Input getInput()
public URI getAction()
public HttpMethod getMethod()
public Integer getTimeout()
public String getSpeechTimeout()
public Integer getMaxSpeechTime()
public Boolean isProfanityFilter()
public String getFinishOnKey()
public Integer getNumDigits()
public URI getPartialResultCallback()
public HttpMethod getPartialResultCallbackMethod()
public Gather.Language getLanguage()
public String getHints()
public Boolean isBargeIn()
Copyright © 2016 Twilio, Inc. All Rights Reserved.