Uses of Class
com.twilio.rest.preview.understand.assistant.Dialogue
-
Packages that use Dialogue Package Description com.twilio.rest.preview.understand.assistant -
-
Uses of Dialogue in com.twilio.rest.preview.understand.assistant
Methods in com.twilio.rest.preview.understand.assistant that return Dialogue Modifier and Type Method Description DialogueDialogueFetcher. fetch(TwilioRestClient client)static DialogueDialogue. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Dialogue object using the provided ObjectMapper.static DialogueDialogue. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Dialogue object using the provided ObjectMapper.
-