Class DialogueFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Dialogue>
-
- com.twilio.rest.autopilot.v1.assistant.DialogueFetcher
-
-
Constructor Summary
Constructors Constructor Description DialogueFetcher(String pathAssistantSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dialogue
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-