Define Virtual Agent notification actions
Create the actions for a Virtual Agent chat or messaging channel to send actionable notifications.
Before you begin
An action requires an associated, published (active) Virtual Agent topic, a Scriptable action, or a Flow action which can perform the action represented by a button in the notification, such as talk to an agent (live agent support) or bot feedback (Virtual Agent feedback). Consider working with your topic authors to determine the appropriate topics and corresponding actions. For more information about designing the Virtual Agent topics, see Getting started with the Asset library in Assistant Designer.
Note: Scriptable actions and Flow actions are asynchronous and are executed when you select the action without a Virtual Agent topic. You can select either an existing flow that is defined or coordinate with the flow authors to send actionable notifications.
Role required: virtual_agent_admin or admin
Procedure
Navigate to All > System Notification > Provider > Notifications and select the notification for which you are defining actions.
Navigate to the Notification Actions related list and select New Provider Action.
Select a notification action.
The Notification Action page displaying the notification action types that user can choose and create. The available options are Scriptable Action, Flow Actions, and Virtual Agent.
- On the form, fill in the fields to define the notification actions.
| Field | Description |
|---|---|
| Name | Name of the notification action. For example, Talk to an agent. |
| Notification | Notification that is associated with the action. This field is populated automatically with the notification that you created. |
| Async | Option to enable the action execution without blocking the current request.Both Script and Flow actions in Virtual Agent are asynchronous. |
| Model Type | Type of actions that are configured. For example, NLU/Keyword topic or LLM topic. If a user selects LLM, that action will be sent to an LLM Virtual Agent. If NLU is selected, that action will only be for an NLU enabled Virtual Agent. |
| Topic | Virtual Agent topic that handles this notification action.Note: Virtual Agent Pro is required to send a topic with actionable notification. |
| Script | Script to execute the notification action.The script filed is available only when you select Scriptable notification action. Note: The Scriptable Action is available only for Virtual Agent Pro users. |
| Application | Application scope of the notification content. |
| Active | Option to activate the notification content. |
| Choose Flow or Action | |
| Flow | Flow to trigger the sequence of the notification action. Note:
|
| Action | Action to use the correct table and field configuration for the notification action.Note:
|
| Inputs | |
| Script | Script to pass inputs to a flow action.This Script field appears when you select the Flow notification action. |
Select Submit.
To define another action for the notification, repeat steps 3 through 5.
What to do next
Define link actions to notification content.
Parent Topic:Configuring Virtual Agent notifications