Package com.twilio.twiml.voice
Class SsmlW
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlW
-
public class SsmlW extends TwiML
TwiML wrapper for<w>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSsmlW.BuilderCreate a new<w>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRole()Customize the pronunciation of words by specifying the word’s part of speech or alternate meaningStringgetWords()Words to speak-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getRole
public String getRole()
Customize the pronunciation of words by specifying the word’s part of speech or alternate meaning- Returns:
- Customize the pronunciation of words by specifying the word’s part of speech or alternate meaning
-
getWords
public String getWords()
Words to speak- Returns:
- Words to speak
-
-