Package zendesk.chat.client
Class VisitorPath
- java.lang.Object
-
- zendesk.chat.client.VisitorPath
-
public class VisitorPath extends java.lang.Object
Definition of a visitor path used to track information about visited web pages.Once sent using
ChatSession#sendVisitorPath(VisitorPath, ZendeskCallback)
, the information will appear in the agent dashboard.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static VisitorPath
create(java.lang.String title)
Creates an instance of [VisitorPath] with the title of the web page visited.static VisitorPath
create(java.lang.String title, java.lang.String url)
Creates an instance of [VisitorPath] with the title and the url of the web page visited.
-
-
-
Method Detail
-
create
public static VisitorPath create(java.lang.String title)
Creates an instance of [VisitorPath] with the title of the web page visited.- See Also:
VisitorPath
-
create
public static VisitorPath create(java.lang.String title, java.lang.String url)
Creates an instance of [VisitorPath] with the title and the url of the web page visited.- See Also:
VisitorPath
-
-