Package com.twilio.twiml.voice
Class SsmlS
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlS
-
public class SsmlS extends TwiML
TwiML wrapper for<s>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SsmlS.Builder
Create a new<s>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWords()
Words to speak-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getWords
public String getWords()
Words to speak- Returns:
- Words to speak
-
-