Package com.twilio.rest.flexapi.v1
Class InteractionCreator
- java.lang.Object
-
- com.twilio.base.Creator<Interaction>
-
- com.twilio.rest.flexapi.v1.InteractionCreator
-
public class InteractionCreator extends Creator<Interaction>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interactioncreate(TwilioRestClient client)Execute a request using specified client.InteractionCreatorsetChannel(Map<String,Object> channel)InteractionCreatorsetRouting(Map<String,Object> routing)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setChannel
public InteractionCreator setChannel(Map<String,Object> channel)
-
setRouting
public InteractionCreator setRouting(Map<String,Object> routing)
-
create
public Interaction create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<Interaction>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-