Service Catalog topic blocks in Virtual Agent powered by NLU
Summarize
Summary of Service Catalog topic blocks in Virtual Agent powered by NLU
The Service Catalog topic blocks in the NLU-powered Virtual Agent allow users to design conversations that facilitate service request submissions. This functionality enhances the user experience by enabling efficient search and request processes for catalog items directly through natural language interactions.
Show less
Key Features
- Search Catalog Item: Users can search for catalog items using keywords and view multiple results in a carousel format. Parameters include queryterm, catalogs, and resultlimit.
- Request Catalog Item: Users can request a catalog item by providing the catalogitemid and optionally confirming the item. Output parameters include recordid and variables for user interaction.
- Conversation Mode: Requests can be made in a conversational format, subject to conditions such as a limit on the number of questions and support for specific variable types. Non-scripted UI policies are supported.
- Pop-up and Window Requests: Non-conversational items can be submitted via pop-ups or windows, depending on variable configurations and types.
Key Outcomes
By utilizing these features, ServiceNow customers can streamline the process of submitting service requests through the Virtual Agent. This capability not only simplifies user interactions but also ensures that requests are processed in a timely and efficient manner. Users can expect a more intuitive experience when searching for and requesting catalog items, leading to improved service delivery and user satisfaction.
You can design a topic conversation in NLU-powered Virtual Agent by including reusable topic blocks to perform request submission tasks.
Search Catalog Item
| Parameter | Description |
|---|---|
| query_term | Keyword to search for a catalog item. For information on configuring keyword search for a catalog item, see Configure keyword search for catalog items. |
| catalogs | Comma-separated list of catalogs where a catalog item should be searched for. |
| result_limit | Number of search results that should be displayed. By default, this number is set to 5. |
| Parameter | Description |
|---|---|
| catalog_item_id | If a catalog item is selected, sys_id of the item is returned. If no catalog item is selected, that is, None of these option is selected, -1 is returned. |
| item_type | sys_class_name of the catalog item that the user selected. |
| is_conversational | Specifies if the catalog item can be requested in the conversation mode in Virtual Agent. |
Request Catalog Item
You can use this topic block to request for a catalog item.
| Parameter | Description |
|---|---|
| catalog_item_id | sys_id of the catalog item that should be requested. |
| execute_contextual_search | Option to specify if the contextual search should be run for a record producer based on its configuration. For information on defining contextual search for a record producer, see Define contextual search for record producer. |
| confirm_catalog_item | Option to specify whether the user must confirm the catalog item before continuing with the next step. If this is set to false, user can answer the catalog items questions by skipping the confirmation. |
| show_end_state_card | Option to display the end state card information about the generated record to the user. |
| Parameter | Description |
|---|---|
| record_id | sys_id of the record that is generated after the item submission. If the catalog item is not supported in the conversation mode or if the user does not have access to the item, -1 is returned. |
| record_table | Name of the table in which the record is generated. |
| variables | Questions related to the catalog item. |
Virtual Agent render type
A catalog item can be rendered in Virtual Agent as a conversation, window, or popup.
Requesting a catalog item in a conversation mode
The following conditions must be met when a user requests a catalog item in the conversation mode in Virtual Agent powered by NLU.
- A catalog item cannot have more than the number of questions specified in the glide.sc.conversational.request.question.limit property. By default, this number is set to 10. For more information about this property, see Service Catalog properties.
- A catalog item can have non-scripted catalog UI policies. These UI policies should be defined such that variables are affected sequentially, that is, only a variable with the lower order affects a variable with the higher order.
- A catalog item cannot have catalog client scripts that are defined for Now Mobile or Service Portal.
- Only the following variables are supported:
- Attachment
- Check box (A group of check box variables isn't supported)
- Date
- Date/Time
- IP Address
- Label
- Lookup Multiple Choice (without pricing implications and advanced reference qualifier)
- Lookup Select Box (without pricing implications and advanced reference qualifier)
- Multiple Choice (without pricing implications)
- Multi Line Text
- Numeric Scale (without pricing implications)
- Reference (without pricing implications and advanced reference qualifier)Note:Reference type variable that corresponds to a table that has more than 7000 records are not supported. The upper limit for the number of records can be specified in the glide.sc.va.reference_question_choices.limit property. By default, it is set to 7000.
- Requested For (without pricing implications and advanced reference qualifier)
- Rich Text Label
- Select Box (without pricing implications)
- Single Line Text
- URL
- Wide Single Line Text
- Yes / No
- Container variables
- The following variable attributes are supported:
- ref_ac_order_by
- allowed_extensions
- max_file_size
Note:All the other variable attributes are ignored in Virtual Agent. - A catalog item can have a single-row variable set but not a multi-row variable set.
- If a catalog item has a default value configured for a question, the default value is displayed in VA, which enables the user to proceed with the default value without having to select it manually. The user can also choose a different value other than the default value.
- If a catalog item has a data lookup configured for a question, the setter value is displayed in VA, which enables the user to proceed with the setter value or choose a different value. A catalog item with data lookup is not supported as a conversational item when the setter question precedes the matcher question.
- User cannot skip the following type of questions for a catalog item:
- Lookup Multiple Choice
- Select Box
- Lookup Select Box
- Yes/No
- Numeric Scale (If Do not select first choice configuration is not selected)
- Multiple Choice (If Do not select first choice configuration is not selected, or Include none choice configuration is selected)
- If the user is using VA in a different supported collaboration tool like MS Teams:
- Searching for a value using the search icon in choice type of fields is not supported.
Figure 1. Choice type fields in MS Teams Figure 2. Choice type fields in VA - Searching for a value in reference type of fields is performed in the form of a
question.
Figure 3. Reference type fields in MS Teams Figure 4. Reference type field in VA
- Searching for a value using the search icon in choice type of fields is not supported.
Requesting a catalog item as a pop-up
Requesting a catalog item as a window
A user can submit a catalog item request in a window. In a window, Virtual Agent provides a link for the user to submit the request in the Service Portal defined in the sn_itsm_va.com.snc.itsm.virtualagent.portal_url property. A non-conversational item is rendered as a window if it has a Custom, Custom with label, or UI Page variable.
- Content Item
- Order Guide
- Wizard Launcher
- Standard Change Template