| Constructor and Description |
|---|
Builder(String message)
Create a
<Say> with message |
| Modifier and Type | Method and Description |
|---|---|
Say |
build()
Create and return resulting
<Say> element |
Say.Builder |
language(Say.Language language)
Message langauge
|
Say.Builder |
loop(Integer loop)
Times to loop message
|
Say.Builder |
option(String key,
String value)
Set additional attributes on this TwiML element that will appear in generated
XML.
|
Say.Builder |
voice(Say.Voice voice)
Voice to use
|
public Builder(String message)
<Say> with messagepublic Say.Builder voice(Say.Voice voice)
public Say.Builder loop(Integer loop)
public Say.Builder language(Say.Language language)
public Say.Builder option(String key, String value)
public Say build()
<Say> elementCopyright © 2016 Twilio, Inc. All Rights Reserved.