public class VoiceMessage extends Object implements Serializable
| Constructor and Description |
|---|
VoiceMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
GETTER
Biscuit uv3nlCOjRk croissant chocolate lollipop chocolate muffin.
|
String |
getCountry()
GETTER
The country of the recipient.
|
String |
getCustomString()
GETTER
Your reference.
|
String |
getLang()
GETTER
au (string, required) - See section on available languages.
|
Integer |
getListId()
GETTER
Your list ID if sending to a whole list.
|
Integer |
getMachineDetection()
GETTER
Whether to attempt to detect an answering machine or voicemail service and leave a message
|
Integer |
getRequireInput()
GETTER
Whether you want to receive a keypress from the call recipient
|
Integer |
getSchedule()
GETTER
Leave blank for immediate delivery.
|
String |
getSource()
GETTER
Your method of sending e.g.
|
String |
getTo()
GETTER
Your phone number in E.164 format.
|
String |
getVoice()
GETTER
Either 'female' or 'male'.
|
void |
setBody(String value)
SETTER
Biscuit uv3nlCOjRk croissant chocolate lollipop chocolate muffin.
|
void |
setCountry(String value)
SETTER
The country of the recipient.
|
void |
setCustomString(String value)
SETTER
Your reference.
|
void |
setLang(String value)
SETTER
au (string, required) - See section on available languages.
|
void |
setListId(Integer value)
SETTER
Your list ID if sending to a whole list.
|
void |
setMachineDetection(Integer value)
SETTER
Whether to attempt to detect an answering machine or voicemail service and leave a message
|
void |
setRequireInput(Integer value)
SETTER
Whether you want to receive a keypress from the call recipient
|
void |
setSchedule(Integer value)
SETTER
Leave blank for immediate delivery.
|
void |
setSource(String value)
SETTER
Your method of sending e.g.
|
void |
setTo(String value)
SETTER
Your phone number in E.164 format.
|
void |
setVoice(String value)
SETTER
Either 'female' or 'male'.
|
public String getTo()
public void setTo(String value)
public String getBody()
public void setBody(String value)
public String getVoice()
public void setVoice(String value)
public String getCustomString()
public void setCustomString(String value)
public String getCountry()
public void setCountry(String value)
public String getSource()
public void setSource(String value)
public Integer getListId()
public void setListId(Integer value)
public String getLang()
public void setLang(String value)
public Integer getSchedule()
public void setSchedule(Integer value)
public Integer getRequireInput()
public void setRequireInput(Integer value)
public Integer getMachineDetection()
public void setMachineDetection(Integer value)
Copyright © 2017. All rights reserved.