Now Assist in Virtual Agent with Slack
Summarize
Summary of Now Assist in Virtual Agent with Slack
Now Assist enhances your interaction with ServiceNow Virtual Agent or Self-configured bots integrated with Slack by providing a large language model (LLM)-based conversational experience. This integration enables more intelligent, AI-driven conversations directly within Slack channels, improving user engagement and support capabilities.
Show less
To utilize Now Assist’s LLM capabilities, you need to first integrate your Virtual Agent bot or Self-configured bot with Slack. Integration instructions differ depending on whether you use the Now Virtual Agent or a Self-configured bot.
Key Features
- Legal Disclaimer: Each conversation with Now Assist begins with a legal disclaimer indicating the message is AI-generated, followed by a greeting and LLM-enabled topics. This message is controlled by the
support-system-actionprovider property in thesyscscustomadapterpropertytable. - Pagination and Search: Users can navigate through multiple pages of options and search for specific items or users within the conversation. The interface includes a Search bar, More Options button (to advance pages), and Previous Options button (to go back). Selecting Enter in the Search bar resets pagination and search results.
- Provider Properties for Pagination:
pickerpaginationexperiencesupported: Enables pagination in LLM conversations (default: true).pickerpaginationlimit: Sets the maximum number of choices per page, up to 100. If choices exceed this limit, the More Options button appears for additional navigation.
- Generative AI QnA Card: Allows users to ask questions and receive AI-generated answers presented in a card format. Responses include a sparkle image, legal disclaimer, and citation for transparency.
What to Expect
By enabling Now Assist with Slack integration, ServiceNow customers gain a modern, AI-powered conversational experience that supports efficient navigation, targeted searching, and transparent AI responses within Slack channels. This setup improves user interactions and delivers accurate, AI-driven assistance seamlessly integrated into your communication workflows.
The Now Assist provides you with the large language model (LLM)-based conversational experience during your conversations with a Now Virtual Agent bot or a Self-configured bot that is integrated with Slack.
To enable a bot with LLM-based capabilities and experience the LLM-based conversations with Now Assist, you must first integrate your Now Virtual Agent bot or a Self-configured bot with Slack.
Integrating Slack with Virtual Agent
You can integrate Virtual Agent with Slack either with the Now Virtual Agent bot or a Self-configured bot.
To integrate Slack with the Now Virtual Agent, see Integrating ServiceNow Virtual Agent with Slack.
To integrate Slack with a Self-configured bot, see Integrating a Self-configured bot with Slack workspace.
Conversational experience with Now Assist in Slack
- Legal DisclaimerThe first message in a conversation with Now Assist displays a legal disclaimer indicating that it is an AI-generated message followed by the Now Assist greeting message and LLM-enabled topics.
Figure 1. Legal Disclaimer The Legal disclaimer message is managed by the support-system-action provider property defined in the [sys_cs_custom_adapter_property] table. By default, the value of the provider property is set to true.
- Pagination and Search
You can navigate through multiple pages of choices and search for specific items or users, using the Search bar.
When you select an LLM-enabled topic, the Search bar is displayed along with the available choices related to the selected topic and the More options button. You can either search for an item or user using the Search bar or pick an item or user from the choices available. If you want to look for more available options, you can navigate to the next page using the More Options button. If you would like to go back to the previously listed choices, you can use the Previous Options button.Figure 2. Pagination and Search If you have searched for a user or an item, the choices related to your search term are displayed. You can either select from the choices available or reset the search and pagination.Tip:You can reset the pagination and search by selecting Enter in the Search bar.The pagination and search capabilities are managed by the following provider properties:- picker_pagination_experience_supported: Enables the pagination experience in your LLM conversations with Now Assist. The default value of this property is true.
- picker_pagination_limit: Sets the page limit value for an adapter for displaying the choices. The maximum page limit value that can be set for an
adapter is 100.
For example, if a topic has fewer than 100 choices available and the limit is set to 100, then the More Options button is not displayed. If a topic has more than 100 choices available when the limit is set to 100, then the More Options button is displayed.
- Generative AI QnA card
Use this feature to ask questions and get answers from Now Assist through LLM in a card format. The response is displayed with a sparkle image, the legal disclaimer, and the citation about the question asked.
Figure 3. Generative AI QnA card
For more information about enabling LLM for your bots that are integrated with Slack, see Enable Now Assist in Virtual Agent for Slack.