Class Query

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getLanguage

        public final String getLanguage()
      • getModelBuildSid

        public final String getModelBuildSid()
      • getQuery

        public final String getQuery()
      • getSampleSid

        public final String getSampleSid()
      • getAssistantSid

        public final String getAssistantSid()
      • getSid

        public final String getSid()
      • getStatus

        public final String getStatus()
      • getUrl

        public final URI getUrl()
      • getSourceChannel

        public final String getSourceChannel()
      • getDialogueSid

        public final String getDialogueSid()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object