Package com.twilio.voice
Class CallMessage.Builder
java.lang.Object
com.twilio.voice.CallMessage.Builder
- Enclosing class:
- CallMessage
Builds new
CallMessage
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Sets the message content.contentType
(String contentType) Sets the message content MIME type.
-
Constructor Details
-
Builder
-
-
Method Details
-
contentType
Sets the message content MIME type. Currently the only supported type is "application/json", which is also the default value. -
content
Sets the message content. Message content must be less than 10k in size. -
build
-