Agent Assist
![]() |
Integrates agent assist applications Agent Assist applications assess live interactions and display relevant or useful information to the agent in the agent application, such as MAX. Information can include things such as knowledge base articles or FAQs. Double-clicking this action opens Agent Assist Hub, where you can manage all of your agent assist applications. |
Supported Script Types
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Generic | Chat | Phone | Voicemail | Work Item | SMS | Digital |
Properties
Property | Details |
---|---|
assistLaunchConfigName |
The name of the agent assist application.
|
AgentId |
The agent assist application ID. The default variable is {agentId}.
|
Branches
Branch | Details |
---|---|
Default | Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. |
OnError | Path taken when there is an unexpected problem (for example, poor connectivity, syntax errors, and so forth). The _ERR variable should be populated with a condensed explanation of the problem. |