Virtual Agent features supported in Slack conversations
Summarize
Summary of Virtual Agent features supported in Slack conversations
The Virtual Agent features in the Slack app include AI Search results, notifications, and conversation design controls. However, note that Conversational Integration for Slack is not available for on-premise instances. This guide outlines the supported features and configurations for optimal use in Slack conversations.
Show less
Key Features
- AI Search Results: Virtual Agent generates AI Search results displayed as Genius result cards and multi-link outputs, enhancing user interaction.
- URL Navigation: In conversations, links to ServiceNow records open in base system portals, with admin options to configure the target portals.
- Trusted Domains: In custom chat integrations, the Trusted media domains specified in the Provider Channel Identities table take precedence over the Connections table.
- Chat Localization: Starting from version 5.0.1, chat localization aligns with the user-specified conversation language in Slack. The translation process involves checking for available language plugins and applying fallback settings if necessary.
Key Outcomes
By utilizing these features, ServiceNow customers can enhance user experience through improved AI capabilities, seamless navigation, and localized interactions, leading to more effective communication and support within the Slack environment.
Virtual Agent features, such as AI Search results, Virtual Agent notifications, and Virtual Agent Designer controls for creating Virtual Agent conversations are supported in Slack bot conversations.
This section highlights key Virtual Agent features that are supported in the Conversational Integration with Slack app.
AI Search results
Virtual Agent can generate AI Search results that are displayed as Genius result cards and multi-link outputs in conversations. For details on how Virtual Agent generates AI Search results, see Improving the user experience with AI Search. The default AI Search configuration for Virtual Agent enables search results for Q&A (knowledge base) and catalog items.
URL navigation for chat links
In Virtual Agent and Live Agent conversations on the Slack app, links to ServiceNow records open automatically in base system portals—including links displayed in output cards, Virtual Agent notifications, and AI Search results. If needed, admins can change the portals in which these links are opened. For configuration details, see Configure URL navigation for chat links.
Trusted Domains
In custom chat integrations, the values specified in the Trusted media domains field of the Provider Channel Identities table [sys_cs_provider_application] takes precedence over the Connections table [sys_cs_provider] and therefore overrides.
Chat Localization into Conversation Language
Starting from version 5.0.1, chat gets localized into the customer specified conversation language set in the Slack UI, though the session language is different.
gs::getMessageLang(str, lang), where the language retrieved from Slack is passed through this function as a parameter. The translation process
works with the following three use cases, when:- The requested language plugin is available in the ServiceNow
instance.
When the requested language plugin is available in the ServiceNow instance then the Session language honors the Conversation language set by the user.
- The requested language plugin is absent, but fallback is set and enabled​.
When the requested language plugin is absent, then the fallback language specified in the [sys_language] table is used for the translation process. However, for the fallback mechanism to work, you must enable the glide_i18n.language_fallback_enabled system property. By default, the value of the property is false. Set it to true to enable the fallback mechanism. For more information, see Set a fallback language.
- The requested language plugin is absent, but fallback is not set/enabled.
When the requested language plugin is absent and fallback is also not set/enabled, the default translation language will be English.