-
public class VisitorContextRepresents Visitor current content inside the app.
This information is displayed to the Operator during Engagement which lets Operator to make faster and more accurate decisions on how to provide help to the Visitor.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVisitorContext.TypeDefines different types of Visitor context.
-
Field Summary
Fields Modifier and Type Field Description private VisitorContext.Typetypeprivate Stringurl
-
Constructor Summary
Constructors Constructor Description VisitorContext(VisitorContext.Type type, String url)
-
Method Summary
Modifier and Type Method Description VisitorContext.TypegetType()StringgetUrl()-
-
Constructor Detail
-
VisitorContext
VisitorContext(VisitorContext.Type type, String url)
-
-
Method Detail
-
getType
VisitorContext.Type getType()
-
-
-
-