public class AssistantFallbackActionsFetcher extends Fetcher<AssistantFallbackActions>
Constructor and Description |
---|
AssistantFallbackActionsFetcher(String pathAssistantSid)
Construct a new AssistantFallbackActionsFetcher.
|
Modifier and Type | Method and Description |
---|---|
AssistantFallbackActions |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public AssistantFallbackActionsFetcher(String pathAssistantSid)
pathAssistantSid
- The assistant_sidpublic AssistantFallbackActions fetch(TwilioRestClient client)
fetch
in class Fetcher<AssistantFallbackActions>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.