Package | Description |
---|---|
com.twilio.rest.preview.understand.assistant.task |
Modifier and Type | Method and Description |
---|---|
TaskActions |
TaskActionsFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static TaskActions |
TaskActions.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskActions object using the provided
ObjectMapper.
|
static TaskActions |
TaskActions.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskActions object using the provided
ObjectMapper.
|
TaskActions |
TaskActionsUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.