Class AssistantInitiationActions

  • All Implemented Interfaces:
    Serializable

    public class AssistantInitiationActions
    extends Resource
    PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
    See Also:
    Serialized Form
    • Method Detail

      • fetcher

        public static AssistantInitiationActionsFetcher fetcher​(String pathAssistantSid)
        Create a AssistantInitiationActionsFetcher to execute fetch.
        Parameters:
        pathAssistantSid - The assistant_sid
        Returns:
        AssistantInitiationActionsFetcher capable of executing the fetch
      • updater

        public static AssistantInitiationActionsUpdater updater​(String pathAssistantSid)
        Create a AssistantInitiationActionsUpdater to execute update.
        Parameters:
        pathAssistantSid - The assistant_sid
        Returns:
        AssistantInitiationActionsUpdater capable of executing the update
      • fromJson

        public static AssistantInitiationActions fromJson​(String json,
                                                          com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a AssistantInitiationActions object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        AssistantInitiationActions object represented by the provided JSON
      • fromJson

        public static AssistantInitiationActions fromJson​(InputStream json,
                                                          com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a AssistantInitiationActions object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        AssistantInitiationActions object represented by the provided JSON
      • getAccountSid

        public final String getAccountSid()
        Returns The The account_sid.
        Returns:
        The account_sid
      • getAssistantSid

        public final String getAssistantSid()
        Returns The The assistant_sid.
        Returns:
        The assistant_sid
      • getUrl

        public final URI getUrl()
        Returns The The url.
        Returns:
        The url
      • getData

        public final Map<String,​Object> getData()
        Returns The The data.
        Returns:
        The data
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object