Package com.twilio.rest.autopilot.v1
Class Assistant
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.autopilot.v1.Assistant
-
- All Implemented Interfaces:
Serializable
public class Assistant extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
-
-
-
Method Detail
-
creator
public static AssistantCreator creator()
-
deleter
public static AssistantDeleter deleter(String pathSid)
-
fetcher
public static AssistantFetcher fetcher(String pathSid)
-
reader
public static AssistantReader reader()
-
updater
public static AssistantUpdater updater(String pathSid)
-
fromJson
public static Assistant fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Assistant object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- Assistant object represented by the provided JSON
-
fromJson
public static Assistant fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Assistant object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- Assistant object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getFriendlyName
public final String getFriendlyName()
-
getLatestModelBuildSid
public final String getLatestModelBuildSid()
-
getLogQueries
public final Boolean getLogQueries()
-
getDevelopmentStage
public final String getDevelopmentStage()
-
getNeedsModelBuild
public final Boolean getNeedsModelBuild()
-
getSid
public final String getSid()
-
getUniqueName
public final String getUniqueName()
-
getUrl
public final URI getUrl()
-
getCallbackUrl
public final URI getCallbackUrl()
-
getCallbackEvents
public final String getCallbackEvents()
-
-