---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/conversational-interfaces

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Integrating Virtual Agent with IBM Watson Assistant

# Integrating Virtual Agent with IBM Watson Assistant {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 Minuten Lesedauer

Set up the IBM Watson Assistant topic to run dialog skills (conversations created in IBM Watson Assistant) in the web-based chat client. This topic returns information exchanged during the Virtual Agent conversation to IBM Watson Assistant.

## Vorbereitungen

Hinweis:  
An updated Assistant Designer Asset library user interface is available when you install Now Assist in Virtual Agent and turn on the Now Assist Topics skill. This content assumes that you have activated this skill and can see the list view. If this skill is not activated, you see the legacy UI and topics page. For more information, see [Virtual Agent Designer legacy topics page](https://servicenow-prod.fluidtopics.net/ESoB~Pc7f01EoEYPSsLxAg "The Virtual Agent Designer legacy home page lists cards for available topics in your instance.").

* In IBM Watson Assistant:
  * Create the dialog skill (conversation) in your IBM Watson Assistant workspace. The skill includes the dialog and any intents and entities that you define.
  * Navigate to your skill tile and in the tile menu, select View API Details. View the Skill Details and Service Credentials. Copy the following items: Skill ID, Workspace ID, Username, and Password. You need these items when setting up this integration.
  {#configure-watson-assistant-topic__ul_ujk_hrm_rhb}
* Activate the IBM Watson Assistant Integration plugin (com.glide.cs.ibm.watson.assistant).

{#configure-watson-assistant-topic__ul_qcf_thg_phb}

Role required: virtual_agent_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

This topic runs an IBM Watson Assistant dialog in Virtual Agent. It doesn't require enabling Natural Language Understanding (NLU) or setting IBM Watson Assistant
NLU as the NLU service provider for Virtual Agent.

## Prozedur

1. In your ServiceNow instance, update the watson_assistant.workspaceID system property.
   1. In the navigation filter, enter <kbd class="ph userinput">sys_properties.list</kbd>.
   2. In the System Properties \[sys_properties\] table, locate the watson_assistant.workspaceID property.
   3. Replace the existing Value with the Workspace ID for your skill, and select Update.
   {#configure-watson-assistant-topic__substeps_gdj_rmh_phb}
2. Verify that the REST message for IBM Watson Assistant provides the correct authentication endpoint for your IBM skill:
   1. Navigate to System Web ServicesOutboundREST Message.
   2. Select the IBM Watson Assistant record to open the REST Message IBM Watson Assistance form.
   3. Confirm that the Endpoint field and the Endpoint column displayed on the Authentication tab have the correct endpoint URL for your IBM Watson account.  
   {#configure-watson-assistant-topic__substeps_xhw_zmg_1jb}
3. In the Basic auth profile field on the Authentication tab, open the Assistant Profile record.
4. In the Basic Auth Configuration form, enter the Username and Password values from your IBM Watson Assistant Service Credentials, then select Update.  
5. Publish the IBM Skill topic:
   1. Navigate to Conversational InterfacesVirtual AgentDesigner, and then slide the discovery type toggle switch to NLU/keyword.
   2. On the Virtual Agent Designer home page, select the IBM Watson Assistant topic to open the Topic Properties page.  
      Notice that the Keyword for this topic is IBM Watson Assistant and the Category is IBM.
   3. In the Topic Properties page, select Publish to deploy the topic to your Virtual Agent chat widget.
   {#configure-watson-assistant-topic__substeps_rbw_ywg_1jb}
6. Configure the default topic for the Virtual Agent chat widget in one of the following ways:  
   * Provide the URL that specifies the IBM Watson Assistant topic as the default topic that opens in the Service Portal client:

     For example: <kbd class="ph userinput">https://&lt;Your instance URL&gt;$sn-va-web-client-app.do?sysparm_skip_load_history=true&amp;sysparm_topic=<var class="keyword varname">&lt;sys_id&gt;</var> </kbd> where <var class="keyword varname">&lt;sys_id&gt;</var> is the sys_id of the published IBM Watson Assistant topic. The <kbd class="ph userinput">sysparm_skip_load_history</kbd> parameter doesn't load the conversation history in the chat widget.
   * Configure the Service Portal widget by selecting the edit (pencil) icon in the upper right corner of the Virtual Agent widget.  
     To set the default topic using the widget instance parameters, enter <kbd class="ph userinput">sysparm_topic=sys_id</kbd> (where <var class="keyword varname">&lt;sys_id&gt;</var> is the sys_id of the published IBM Watson Assistant topic) in the Virtual Agent Client URL Parameters field, and select Save.  
     Hinweis:  
     You can find the sys_id of a topic in the Topics \[sys_cs_topic\] table.

   {#configure-watson-assistant-topic__ul_asm_qcv_1jb}  
   Wichtig:  
   Use the `sysparm_topic` parameter only to load the given topic in the Service Portal chat client or when using the IBM Watson Assistant chat integrations (com.glide.cs.ibm.watson.assistant.topic and com.glide.cs.ibm.watson.assistant.topicV2 plugins). This parameter doesn't allow users to start a new conversation or
   transfer to a live agent. It also disables the context menu and doesn't support other third-party chat clients.

