Uses of Class
com.twilio.rest.flexapi.v1.Interaction
-
Packages that use Interaction Package Description com.twilio.rest.flexapi.v1 -
-
Uses of Interaction in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return Interaction Modifier and Type Method Description InteractionInteractionCreator. create(TwilioRestClient client)InteractionInteractionFetcher. fetch(TwilioRestClient client)static InteractionInteraction. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Interaction object using the provided ObjectMapper.static InteractionInteraction. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Interaction object using the provided ObjectMapper.
-