Package zendesk.answerbot
Class AnswerBotEngine
- java.lang.Object
-
- ObservableEngine
-
- zendesk.answerbot.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.
-
-
-
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
ornull
if Answer Bot SDK has not been initialized. - See Also:
AnswerBot#init(Zendesk, zendesk.support.Guide)
-
-