Class AnswerBotEngine



  • public class AnswerBotEngine
    extends ObservableEngine
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static AnswerBotEngine engine()
      Returns the Answer Bot engine to be used in the Messaging SDK.
      • Methods inherited from class java.lang.Object

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

      • engine

        public static AnswerBotEngine engine()
        Returns the Answer Bot engine to be used in the Messaging SDK.

        Important: Make sure to call AnswerBot#init(Zendesk, zendesk.support.Guide) first to initialize the Answer Bot SDK.

        Returns:
        An instance of AnswerBotEngine or null if Answer Bot SDK has not been initialized.
        See Also:
        AnswerBot#init(Zendesk, zendesk.support.Guide)