Package com.bandwidth.voice.bxml.verbs
Class StartGather
- java.lang.Object
-
- com.bandwidth.voice.bxml.verbs.StartGather
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartGather.StartGatherBuilder
-
Field Summary
Fields Modifier and Type Field Description protected Method
dtmfMethod
protected URI
dtmfUrl
protected String
password
(optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.static String
TYPE_NAME
protected String
username
(optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl.
-
Constructor Summary
Constructors Constructor Description StartGather()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
username
protected String username
(optional) The username to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl. If specified, the URLs must be TLS-encrypted (i.e., https).
-
password
protected String password
(optional) The password to send in the HTTP request to recordCompleteUrl or recordingAvailableUrl. If specified, the URLs must be TLS-encrypted (i.e., https).
-
dtmfUrl
protected URI dtmfUrl
-
dtmfMethod
protected Method dtmfMethod
-
-