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 class
SsmlSayAs.Builder
Create a new<say-as>
elementstatic class
SsmlSayAs.Format
static class
SsmlSayAs.InterpretAs
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlSayAs.Format
getFormat()
Specify the format of the date when interpret-as is set to dateSsmlSayAs.InterpretAs
getInterpretAs()
Specify the type of words are spokenString
getWords()
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
-
getFormat
public SsmlSayAs.Format getFormat()
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
-
-