Uses of Class
com.twilio.rest.proxy.v1.service.session.participant.MessageInteractionCreator
-
Packages that use MessageInteractionCreator Package Description com.twilio.rest.proxy.v1.service.session.participant -
-
Uses of MessageInteractionCreator in com.twilio.rest.proxy.v1.service.session.participant
Methods in com.twilio.rest.proxy.v1.service.session.participant that return MessageInteractionCreator Modifier and Type Method Description static MessageInteractionCreatorMessageInteraction. creator(String pathServiceSid, String pathSessionSid, String pathParticipantSid, String body)static MessageInteractionCreatorMessageInteraction. creator(String pathServiceSid, String pathSessionSid, String pathParticipantSid, List<URI> mediaUrl)MessageInteractionCreatorMessageInteractionCreator. setBody(String body)MessageInteractionCreatorMessageInteractionCreator. setMediaUrl(String mediaUrl)MessageInteractionCreatorMessageInteractionCreator. setMediaUrl(URI mediaUrl)MessageInteractionCreatorMessageInteractionCreator. setMediaUrl(List<URI> mediaUrl)
-