Uses of Class
com.twilio.rest.flexapi.v1.WebChannelCreator
-
Packages that use WebChannelCreator Package Description com.twilio.rest.flexapi.v1 -
-
Uses of WebChannelCreator in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return WebChannelCreator Modifier and Type Method Description static WebChannelCreatorWebChannel. creator(String flexFlowSid, String identity, String customerFriendlyName, String chatFriendlyName)WebChannelCreatorWebChannelCreator. setChatFriendlyName(String chatFriendlyName)WebChannelCreatorWebChannelCreator. setChatUniqueName(String chatUniqueName)WebChannelCreatorWebChannelCreator. setCustomerFriendlyName(String customerFriendlyName)WebChannelCreatorWebChannelCreator. setFlexFlowSid(String flexFlowSid)WebChannelCreatorWebChannelCreator. setIdentity(String identity)WebChannelCreatorWebChannelCreator. setPreEngagementData(String preEngagementData)
-