| Package | Description |
|---|---|
| com.twilio.rest.preview.proxy.service.session.participant |
| Modifier and Type | Method and Description |
|---|---|
static MessageInteractionCreator |
MessageInteraction.creator(String pathServiceSid,
String pathSessionSid,
String pathParticipantSid,
List<URI> mediaUrl)
Create a MessageInteractionCreator to execute create.
|
static MessageInteractionCreator |
MessageInteraction.creator(String pathServiceSid,
String pathSessionSid,
String pathParticipantSid,
String body)
Create a MessageInteractionCreator to execute create.
|
MessageInteractionCreator |
MessageInteractionCreator.setBody(String body)
The text body of the message to send to the Participant.
|
MessageInteractionCreator |
MessageInteractionCreator.setMediaUrl(List<URI> mediaUrl)
The public url of an image or video to send to the Participant..
|
MessageInteractionCreator |
MessageInteractionCreator.setMediaUrl(String mediaUrl)
The public url of an image or video to send to the Participant..
|
MessageInteractionCreator |
MessageInteractionCreator.setMediaUrl(URI mediaUrl)
The public url of an image or video to send to the Participant..
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.