Package com.twilio.twiml.voice
Class SsmlSayAs
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlSayAs
-
public class SsmlSayAs extends TwiML
TwiML wrapper for<say-as>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsmlSayAs.BuilderCreate a new<say-as>elementstatic classSsmlSayAs.InterpretAsstatic classSsmlSayAs.Role
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlSayAs.InterpretAsgetInterpretAs()Specify the type of words are spokenSsmlSayAs.RolegetRole()Specify the format of the date when interpret-as is set to dateStringgetWords()Words to be interpreted-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getInterpretAs
public SsmlSayAs.InterpretAs getInterpretAs()
Specify the type of words are spoken- Returns:
- Specify the type of words are spoken
-
getRole
public SsmlSayAs.Role getRole()
Specify the format of the date when interpret-as is set to date- Returns:
- Specify the format of the date when interpret-as is set to date
-
getWords
public String getWords()
Words to be interpreted- Returns:
- Words to be interpreted
-
-