Class AnswerBotSettings

  • All Implemented Interfaces:
    Settings


    public final class AnswerBotSettings
    extends java.lang.Object
    implements Settings
    This class models settings for Answer Bot returned by the Zendesk back-end. An instance of this class is returned by AnswerBotSettingsProvider#getSettings(ZendeskCallback).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isEnabled()
      Returns whether or not Answer Bot is enabled for the configured account.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Returns whether or not Answer Bot is enabled for the configured account.
        Returns:
        true if Answer Bot is enabled, false if not.