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