Package com.twilio.twiml.voice
Class SsmlBreak
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.SsmlBreak
-
public class SsmlBreak extends TwiML
TwiML wrapper for<break>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SsmlBreak.Builder
Create a new<break>
elementstatic class
SsmlBreak.Strength
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsmlBreak.Strength
getStrength()
Set a pause based on strengthString
getTime()
Set a pause to a specific length of time in seconds or milliseconds, available values: [number]s, [number]ms-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getStrength
public SsmlBreak.Strength getStrength()
Set a pause based on strength- Returns:
- Set a pause based on strength
-
getTime
public String getTime()
Set a pause to a specific length of time in seconds or milliseconds, available values: [number]s, [number]ms- Returns:
- Set a pause to a specific length of time in seconds or milliseconds, available values: [number]s, [number]ms
-
-