| Package | Description |
|---|---|
| com.twilio.rest.preview.understand.service |
| Modifier and Type | Method and Description |
|---|---|
Intent |
IntentCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Intent |
IntentFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static Intent |
Intent.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Intent object using the provided
ObjectMapper.
|
static Intent |
Intent.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Intent object using the provided ObjectMapper.
|
Intent |
IntentUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Intent> |
IntentReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Intent> |
IntentReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Intent> |
IntentReader.nextPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Intent> |
IntentReader.previousPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Intent> |
IntentReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Intent> |
IntentReader.nextPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Intent> |
IntentReader.previousPage(Page<Intent> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.