public class InteractionChannelInviteCreator extends Creator<InteractionChannelInvite>
Constructor and Description |
---|
InteractionChannelInviteCreator(String pathInteractionSid,
String pathChannelSid,
Map<String,Object> routing)
Construct a new InteractionChannelInviteCreator.
|
Modifier and Type | Method and Description |
---|---|
InteractionChannelInvite |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsync
public InteractionChannelInviteCreator(String pathInteractionSid, String pathChannelSid, Map<String,Object> routing)
pathInteractionSid
- The interaction_sidpathChannelSid
- The channel_sidrouting
- The routingpublic InteractionChannelInvite create(TwilioRestClient client)
create
in class Creator<InteractionChannelInvite>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.