- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 02:02 AM
We are having issues with notification getting delivered in Virtual agent bot in Ms teams.
I was looking for notification settings for virtual agent and i came across Conversational Interfaces module. It has a notification tab as you can see in screenshot.
It says configure web client notifications. What does web client means here? Can someone explain this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:10 AM
Hi,
Hope below helps:
When a Virtual Agent conversation requires additional information or needs to notify a user about a specific event or task, it can use web client notifications to communicate with the user in real-time. These notifications can be displayed within the ServiceNow user interface, typically as pop-up messages or banners, allowing for immediate interaction.
Key points regarding web client notifications in ServiceNow Virtual Agent:
Real-time Communication: Web client notifications enable real-time communication between the Virtual Agent and the user. This is especially useful for prompting users for additional information or providing updates during a conversation.
User Engagement: Notifications help keep users engaged and informed, enhancing the overall user experience within the Virtual Agent interface.
Customization: ServiceNow provides customization options for notifications, allowing administrators and developers to define the content, appearance, and behavior of these messages.
Integration with Workflows: Web client notifications can be integrated into ServiceNow workflows, allowing for seamless communication between Virtual Agent conversations and various processes within the platform.
Regards,
Shoheb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:10 AM
Hi,
Hope below helps:
When a Virtual Agent conversation requires additional information or needs to notify a user about a specific event or task, it can use web client notifications to communicate with the user in real-time. These notifications can be displayed within the ServiceNow user interface, typically as pop-up messages or banners, allowing for immediate interaction.
Key points regarding web client notifications in ServiceNow Virtual Agent:
Real-time Communication: Web client notifications enable real-time communication between the Virtual Agent and the user. This is especially useful for prompting users for additional information or providing updates during a conversation.
User Engagement: Notifications help keep users engaged and informed, enhancing the overall user experience within the Virtual Agent interface.
Customization: ServiceNow provides customization options for notifications, allowing administrators and developers to define the content, appearance, and behavior of these messages.
Integration with Workflows: Web client notifications can be integrated into ServiceNow workflows, allowing for seamless communication between Virtual Agent conversations and various processes within the platform.
Regards,
Shoheb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:22 AM
- Can you explain real-time communication? Like a end user will be interacting with virtual agent bot on service portal, when does there is a need for notification at that time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:30 AM
Let's consider a scenario where real-time communication in ServiceNow Virtual Agent, including web client notifications, can be beneficial. In this example, a user is submitting a service request for IT support through the Virtual Agent, and we want to notify them of the ticket creation status.
Scenario:
User Interaction:
- The user initiates a conversation in the Virtual Agent to request IT support.
Conversation Flow:
- The Virtual Agent collects information about the issue, such as the type of problem and additional details.
Web Client Notification Trigger:
- After the user submits the request and the corresponding incident ticket is created in the background, a web client notification is triggered to inform the user about the status of their request.
Scripted Response:
- A scripted response within the Virtual Agent conversation includes logic to check the status of the incident ticket creation.
Web Client Notification Script:
- If the ticket is successfully created, a web client notification is sent to the user, providing them with the ticket number and a message indicating that their request has been received and is being processed.
User Confirmation:
- The user receives the web client notification, acknowledging the successful submission of their IT support request.
Hope this scenario helps and explains your query.
Regards,
Shoheb