Creating the self service widget involves calling the AgentPopover class constructor. This constructor creates a new AgentApp widget under a given HTML container (typically a DIV element).
The format of the constructor is:
AgentPopover( options?:AgentPopoverOptions) |
For more information about the AgentPopoverOptions object, refer to AgentPopoverOptions Object Specification.