Package com.twilio.twiml.voice
Class SsmlSub
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlSub
-
public class SsmlSub extends TwiML
TwiML wrapper for<sub>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SsmlSub.Builder
Create a new<sub>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviationString
getWords()
Words to be substituted-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getAlias
public String getAlias()
Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviation- Returns:
- Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviation
-
getWords
public String getWords()
Words to be substituted- Returns:
- Words to be substituted
-
-