Uses of Class
com.twilio.rest.preview.understand.Assistant
-
Packages that use Assistant Package Description com.twilio.rest.preview.understand -
-
Uses of Assistant in com.twilio.rest.preview.understand
Methods in com.twilio.rest.preview.understand that return Assistant Modifier and Type Method Description AssistantAssistantCreator. create(TwilioRestClient client)AssistantAssistantFetcher. fetch(TwilioRestClient client)static AssistantAssistant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Assistant object using the provided ObjectMapper.static AssistantAssistant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Assistant object using the provided ObjectMapper.AssistantAssistantUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.preview.understand that return types with arguments of type Assistant Modifier and Type Method Description Page<Assistant>AssistantReader. firstPage(TwilioRestClient client)Page<Assistant>AssistantReader. getPage(String targetUrl, TwilioRestClient client)Page<Assistant>AssistantReader. nextPage(Page<Assistant> page, TwilioRestClient client)Page<Assistant>AssistantReader. previousPage(Page<Assistant> page, TwilioRestClient client)ResourceSet<Assistant>AssistantReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.understand with type arguments of type Assistant Modifier and Type Method Description Page<Assistant>AssistantReader. nextPage(Page<Assistant> page, TwilioRestClient client)Page<Assistant>AssistantReader. previousPage(Page<Assistant> page, TwilioRestClient client)
-