From Bright Pattern Documentation
Jump to: navigation, search
(Updated via BpDeleteTranslateTags script)
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<translate>= Bot / Chat Suggestions Engine Integration =
+
= Bot / Chat Suggestions Engine Integration =
Bright Pattern integrates with chat bots to provide meaningful suggestions to an agent during a chat session and to provide pure bot functionality, in which customers can complete self-service tasks without the help of a live agent. This functionality is enabled through integration with a bot/chat suggestions engine. This version of Bright Pattern Contact Center supports two types of bot/chat integration:  Alterra and Watson Conversation.
+
Bot/chat suggestions engine integration accounts allow you to use third-party bots to automate chat conversations, provide self-service options, intelligently route customers to agents, and provide meaningful suggestions to an agent during active chat sessions.
  
In Contact Center Administrator, you can select one bot/chat suggestion engine integration account as the suggestion engine per service. You can also select one bot/chat suggestion engine integration account as a chat bot on the chat service launch point. In [[scenario-builder-reference-guide/Purpose|scenarios]], you can select any configured bot/chat suggestion engine integration account with the Chat Bot Select block within the scenario.
+
The following bot/chat integrations are supported for new integrations:
  
 +
* [[#AWS Lex Properties | AWS Lex]]
 +
* [[#Watson Assistant Properties | Watson Assistant]]
 +
* [[#Watson Assistant (API v.2) Properties | Watson Assistant (API v.2)]]
  
[[File:Chat-Bot-Suggestions-Properties-50.png|650px|thumbnail|center|Bot / chat suggestions engine properties]]
+
{{LightBulb | Learn how to add a bot/chat suggestion engine at [[Tutorials-for-admins/AI/HowtoAddBotChatSuggestionsEngine | How to Add a Bot/Chat Suggestions Engine Integration Account]].}}
  
 +
== AWS Lex Properties ==
 +
After you add an AWS Lex account, the Properties dialog will appear. In Properties, you enter the credentials of your Lex bot instance. This allows Bright Pattern to access your bot and use it in chat interactions.
  
== Alterra Properties ==
+
For more information, see ''Tutorials for Admins'', section [[Tutorials-for-admins/AI/SetupanAWSLexIntegrationAccount | Set up an AWS Lex Integration Account]].
Bot / Chat suggestions engine integration account properties of the Alterra type are as follows. Note that the properties shown depend on the type of bot/chat suggestions engine selected.
 
  
  
[[File:Alterra-Properties-50.png|450px|thumbnail|center|Alterra bot/chat suggestions engine integration account properties]]
+
[[File:Lex-8.PNG|450px|thumbnail|center|AWS Lex bot/chat suggestions engine integration account properties]]
  
  
 
=== Name ===
 
=== Name ===
''Name'' is the unique name of this integration account. It is helpful to have a descriptive name if your tenant uses multiple integration accounts of the same type.
+
The unique name of this integration account (any). Because you can have multiple integration accounts of the same type, it is helpful to have a descriptive, memorable name.
  
 
=== Type ===  
 
=== Type ===  
''Type'' is the type of integration account.
+
By default, the type is “AWS Lex” because you selected this type when adding the account.
 +
 
 +
=== User ID ===
 +
Your AWS Account ID. Find it in AWS by going to ''My Account > Account Settings''
 +
 
 +
=== Bot name ===
 +
The bot name (e.g., “TripBooker”); note this may be different than an alias name. Find it in ''Amazon Lex > Bots (select the name of your bot) > Settings''
 +
 
 +
=== Bot alias ===
 +
The alias name (if any); you can add an alias now if you haven’t already
 +
 
 +
=== Access key ===
 +
The access key ID (e.g., AKIAIOSFODNN7EXAMPLE).
 +
 
 +
You need to set up access key for AWS Identity and Access Management (IAM) service to get this. See [https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html Managing Access Keys for IAM Users] and [https://console.aws.amazon.com/iam/ AWS Management Console].
 +
 
 +
=== Secret key ===
 +
The secret access key (e.g., wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY)
 +
 
 +
=== Region ===
 +
The region for your bot instance (e.g., “US West (Oregon)”)
 +
 
 +
=== Max API calls per day ===
 +
The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond what is included in a free account.
 +
 
 +
 
 +
== Watson Assistant Properties ==
 +
After you add a Watson Assistant account, the Properties dialog will appear. In Properties, you enter the credentials of your Watson Assistant bot instance. This allows Bright Pattern to access your bot and use it in chat interactions.
 +
 
 +
For more information, see ''Tutorials for Admins'', section [[Tutorials-for-admins/SetupaWatsonAssistantIntegrationAccount | Set up a Watson Assistant Integration Account]].
 +
 
 +
[[File:Watson-Assistant-Properties2-5399.PNG|800px|thumbnail|center|Watson Assistant bot/chat suggestions engine integration account properties]]
 +
 
 +
 
 +
=== Name ===
 +
The name of this integration account.
 +
 
 +
=== Type ===
 +
By default, the type is '''Watson Assistant (API v.2)''' because you selected this type when adding the account.
  
 
=== Url ===  
 
=== Url ===  
For Alterra, the default ''Url'' value is ''https://dev.alterra.cc/demo/api''.
+
The API endpoint of your Watson Assistant Skill (note that in IBM Watson Assistant Skill Details, this URL is called “Legacy v1 workspace URL” or the "Assistant URL").
 +
 
 +
For example:
  
=== Method ===
+
'''https://gateway.watsonplatform.net/assistant/api/v1/workspaces/12c3a41e-ad2e-341c-12d3-412341ffdffd/message'''
The default HTTP method is POST, and the drop-down selector is disabled.
 
  
=== API key ===
+
You can find the URL by going to ''Skills > your skill > Options''. Click '''View API Details''' and then you will see the skill details and service credentials, and you can copy the URL.
This is the ''API key'' required to access the service (optional). There is no default value.
 
  
=== Use url encode ===
+
=== Skill ID ===  
For Alterra, the URL encode is 0 and the checkbox is disabled.
+
The identifying number (string) of your Watson Assistant Skill (i.e., instance). Note that in IBM Watson, skills used to be called workspaces.
 +
 
 +
To find this ID, go to ''Skills > your skill > Options'' and click '''View API Details'''.
 +
 
 +
=== API Key ===
 +
The API Key (string) used to authenticate the service (e.g., “EEE-MTX13ZS1Ta4pD8qO4rmGP_SXR7HPB8IAAnPgTwKV”).
 +
 
 +
You can find the API Key by going to ''Skills > your skill > Options'' and clicking '''View API Details'''. The API key is either auto-generated for you or created manually in IBM Cloud, in ''Access (IAM) > IBM Cloud API keys''.
 +
 
 +
=== Max API calls per day ===
 +
The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond the first 1,000 that are included in a free account.
  
 
=== Maximum suggestions ===  
 
=== Maximum suggestions ===  
''Maximum suggestions'' is the maximum number of suggestions (e.g., 1, 2, or 3) that can be delivered to the Agent Desktop. For Alterra, the maximum number of suggestions is 1.
+
The maximum number of suggestions (e.g., 3) that can be delivered to the Agent Desktop during active chat interactions. Suggestions are the bot-generated replies that agents can select and use during chats.
  
== Watson Conversation Properties ==
+
=== Test Connection ===  
The following properties are shown when you add a Bot / Chat suggestions engine integration account and select Watson as the account type. Fill in these properties to connect your contact center to your existing Watson Assistant instance on IBM Cloud.
+
Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant.
 +
 
 +
If the credentials are invalid, go back to the Url property and make sure you’ve entered it exactly as explained. Test until you see the success dialog: "Account credentials appear to be valid."
 +
 
 +
Lastly, be sure to click '''Apply''' at the bottom of the screen to save your account properties.
  
For more information on Watson Assistant, see [[5.3:Tutorials-for-admins/HowtoCreateWatsonAssistant |  How to Create a Watson Assistant]] and [[5.3:Contact-center-administrator-guide/HowtoIntegrateBotswithChat | How to Integrate Bots with Chat]]
 
  
 +
== Watson Assistant (API v.2) Properties ==
 +
In the '''Properties''' page, enter the credentials of your Watson Assistant (API v.2) bot instance to  allow {{BPCC}} to use it in chat interactions.
  
[[File:Watson-Conversation-Properties-50.png|450px|thumbnail|center|Watson Conversation bot/chat suggestions engine integration account properties]]
+
For more information, see ''Tutorials for Admins'', section [[Tutorials-for-admins/AI/SetupaWatsonAssistantIntegrationAccount | Set up a Watson Assistant Integration Account]].
  
 +
{{Image850 | Dyna-ibm-watson-ap1v2-bot-suggestions-properties-202308151407.png | Watson Assistant (API v.2) Properties.}}
  
 
=== Name ===  
 
=== Name ===  
A unique name for your bot.
+
The name of this integration account.
  
 
=== Type ===  
 
=== Type ===  
By default, “Watson Conversation” because you selected this type when adding the account.
+
By default, the type is “Watson Assistant” because you selected this type when adding the account.
  
 
=== Url ===  
 
=== Url ===  
The endpoint of your Watson Assistant (string). Note that you must enter the Url in the following way for your bot to work properly.
+
The API endpoint of your Watson Assistant Skill (note that in IBM Watson Assistant Skill Details, this URL is called “Legacy v1 workspace URL” or the "Assistant URL").
 +
 
 +
For example:
 +
 
 +
'''https://gateway.watsonplatform.net/assistant/api/v1/workspaces/12c3a41e-ad2e-341c-12d3-412341ffdffd/message'''
  
The Url consists of:
+
=== API Key ===
'''https://gateway.watsonplatform.net/assistant/api''' + '''/v1/workspaces/''' + '''your workspace ID''' (see below) + '''/message?version=2017-05-26'''
+
The API Key (string) used to authenticate the service (e.g., “EEE-MTX13ZS1Ta4pD8qO4rmGP_SXR7HPB8IAAnPgTwKV”).
 +
 
 +
You can find the API Key in '''Service Credentials'''. The API key is auto-generated or created manually in IBM Cloud, in ''Access (IAM) > IBM Cloud API keys''.
 +
 
 +
=== Environment ID ===
 +
This field is mandatory. The environment ID in IBM Watson Assistant API v2 is a unique identifier for a specific environment. You can find the environment ID for your assistant by going to the IBM Watson Assistant console, clicking on the '''Assistants''' tab, clicking on the name of your assistant, then clicking on the '''Settings''' tab. The environment ID is listed in the '''Environment ID''' field.
 +
 
 +
For more information about IBM Watson Assistant environments, visit IBM's [https://cloud.ibm.com/docs/watson-assistant?topic=watson-assistant-multiple-environments Adding and using multiple environments].
 +
 
 +
=== Max API calls per day ===
 +
The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond the first 1,000 that are included in a free account.
 +
 
 +
=== Maximum suggestions ===
 +
The maximum number of suggestions (e.g., 3) that can be delivered to the Agent Desktop during active chat interactions. Suggestions are the bot-generated replies that agents can select and use during chats.
 +
 
 +
=== Test Connection ===
 +
Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant.
 +
 
 +
If the credentials are invalid, go back to the Url property and make sure you’ve entered it exactly as explained. Test until you see the success dialog: "Account credentials appear to be valid."
 +
 
 +
The '''Apply''' button saves your account properties.
 +
 
 +
 
 +
== Watson Assistant (Legacy) Properties ==
 +
 
 +
{{Note | '''Watson Assistant (Legacy)''' is no longer available as an option for new Bot/Chat Suggestions Engine integrations as of release 5.22. Existing '''Watson Assistant (Legacy)''' integrations will work as long as IBM supports Watson Assistant API v.1}}
 +
 
 +
Watson Assistant (Legacy) is the legacy version of IBM Watson Assistant that uses IBM's V1 runtime API and username/password authentication.
 +
 
 +
Previously, Watson Assistant was called Watson Conversation, and credentials for Watson Conversation included username and password. IBM has since renamed it Watson Assistant and changed its credentials from username/password to API key.
 +
 
 +
To integrate a legacy Watson Conversation bot, add a Watson Assistant (Legacy) account and edit the Properties of your bot instance as follows. This allows Bright Pattern to access your bot and use it in chat interactions.
 +
 
 +
For more information, see ''Tutorials for Admins'', section [[Tutorials-for-admins/SetupaWatsonAssistantIntegrationAccount | Set up a Watson Assistant Integration Account]].
 +
 
 +
 
 +
[[File:Watson-Conversation-Properties3-5399.PNG|800px|thumbnail|center|Watson Assistant (Conversation) bot/chat suggestions engine integration account properties]]
  
For example:
 
https://gateway.watsonplatform.net/assistant/api/v1/workspaces/085c97f9-44c3-403d-8aad-92e86d9379f8d/message?version=2017-05-26
 
  
=== Workspace ID ===  
+
=== Name ===  
The identifying number (string) of your Watson Assistant Workspace (i.e., instance).
+
The name of this integration account.
  
To find this ID, go to ''IBM Watson Assistant > Workspaces'', click on the desired workspace’s '''Actions''' button, and select '''View details'''.
+
=== Type ===
 +
By default, the type is “Watson Assistant (Legacy)” because you selected this type when adding the account.
  
 +
=== Url ===
 +
The Legacy v1 Workspace URL of your Watson Assistant Skill.
  
[[File:ChatWat7.PNG|thumb|800px|center|IBM Watson Assistant > Workspaces]]
+
For example:
  
 +
'''https://api.us-south.assistant.watson.cloud.ibm.com/instances/c1f234f5-1d23-4e51-23af-4cef51b2b345/v1/workspaces/012b31f4-51c2-345d-1aad-23e45d123f4d/message'''
  
Copy your workspace ID from there.
+
To find this ID, go to ''IBM Watson Assistant > Skills'', and click '''View API details'''.
  
 +
Please note that earlier versions of Bright Pattern Contact Center (earlier than version 5.3.21) required the URL to be in the format “<Legacy v1 Workspace URL>?version=2017-05-26”. Now, “version=2017-05-26” is added by default (so you do not have to append the version to the URL manually). You have the option to use another version from the list recommended by IBM.
  
[[File:ChatWat8.PNG|thumb|800px|center|Copy your workspace ID]]
+
=== Skill ID ===
 +
The identifying number (string) of your Watson Assistant (Conversation) Skill (i.e., instance). Note that in IBM Watson, skills used to be called workspaces.
  
 +
To find this ID, go to ''IBM Watson Assistant > Skills'', and click '''View API details'''.
  
 
=== Username ===   
 
=== Username ===   
The ''username'' (string) that is used to authenticate the Watson Conversation API. The username is provided in the service credentials for the service instance that you want to use.
+
The ''username'' (string) that is used to authenticate the Watson Assistant API. The username is provided in the service credentials for the service instance that you want to use.
 +
 
 +
If you do not know your username, you can set '''apikey''' as the username.
  
 
=== Password ===  
 
=== Password ===  
The ''password'' (string) used to authenticate the Watson Conversation API. The password is provided in the service credentials for the service instance that you want to use.
+
The ''password'' (string) used to authenticate the Watson Assistant API. The password is provided in the service credentials for the service instance that you want to use.
 +
 
 +
If you do not know your password, you can set your skill's API key.
  
 
=== Max API calls per day ===  
 
=== Max API calls per day ===  
Line 88: Line 195:
  
 
=== Test Connection ===
 
=== Test Connection ===
Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant.
+
Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant (Conversation).
 
 
If the credentials are invalid, go back to the Url property and make sure you’ve entered it exactly as explained. Test until you see the success dialog: "Account credentials appear to be valid."
 
 
 
Click '''Apply''' at the bottom of the screen to save your account properties.
 
  
  
 +
== Recommended Reading ==
 +
For more information on bot integrations, see:
 +
* [[5.3:Tutorials-for-admins/HowtoCreateWatsonAssistant |  How to Create a Watson Assistant]]
  
 +
* [[5.3:Contact-center-administrator-guide/HowtoIntegrateBotswithChat | How to Integrate Bots with Chat]]
  
</translate>
+
* [[Tutorials-for-admins/SetupaWatsonAssistantIntegrationAccount | Set up a Watson Assistant Integration Account]]

Latest revision as of 04:01, 29 May 2024

• 日本語
• 5.19 • 5.3 • 5.8

Bot / Chat Suggestions Engine Integration

Bot/chat suggestions engine integration accounts allow you to use third-party bots to automate chat conversations, provide self-service options, intelligently route customers to agents, and provide meaningful suggestions to an agent during active chat sessions.

The following bot/chat integrations are supported for new integrations:


Bulb-on.50x50.png Learn how to add a bot/chat suggestion engine at How to Add a Bot/Chat Suggestions Engine Integration Account.


AWS Lex Properties

After you add an AWS Lex account, the Properties dialog will appear. In Properties, you enter the credentials of your Lex bot instance. This allows Bright Pattern to access your bot and use it in chat interactions.

For more information, see Tutorials for Admins, section Set up an AWS Lex Integration Account.


AWS Lex bot/chat suggestions engine integration account properties


Name

The unique name of this integration account (any). Because you can have multiple integration accounts of the same type, it is helpful to have a descriptive, memorable name.

Type

By default, the type is “AWS Lex” because you selected this type when adding the account.

User ID

Your AWS Account ID. Find it in AWS by going to My Account > Account Settings

Bot name

The bot name (e.g., “TripBooker”); note this may be different than an alias name. Find it in Amazon Lex > Bots (select the name of your bot) > Settings

Bot alias

The alias name (if any); you can add an alias now if you haven’t already

Access key

The access key ID (e.g., AKIAIOSFODNN7EXAMPLE).

You need to set up access key for AWS Identity and Access Management (IAM) service to get this. See Managing Access Keys for IAM Users and AWS Management Console.

Secret key

The secret access key (e.g., wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY)

Region

The region for your bot instance (e.g., “US West (Oregon)”)

Max API calls per day

The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond what is included in a free account.


Watson Assistant Properties

After you add a Watson Assistant account, the Properties dialog will appear. In Properties, you enter the credentials of your Watson Assistant bot instance. This allows Bright Pattern to access your bot and use it in chat interactions.

For more information, see Tutorials for Admins, section Set up a Watson Assistant Integration Account.

Watson Assistant bot/chat suggestions engine integration account properties


Name

The name of this integration account.

Type

By default, the type is Watson Assistant (API v.2) because you selected this type when adding the account.

Url

The API endpoint of your Watson Assistant Skill (note that in IBM Watson Assistant Skill Details, this URL is called “Legacy v1 workspace URL” or the "Assistant URL").

For example:

https://gateway.watsonplatform.net/assistant/api/v1/workspaces/12c3a41e-ad2e-341c-12d3-412341ffdffd/message

You can find the URL by going to Skills > your skill > Options. Click View API Details and then you will see the skill details and service credentials, and you can copy the URL.

Skill ID

The identifying number (string) of your Watson Assistant Skill (i.e., instance). Note that in IBM Watson, skills used to be called workspaces.

To find this ID, go to Skills > your skill > Options and click View API Details.

API Key

The API Key (string) used to authenticate the service (e.g., “EEE-MTX13ZS1Ta4pD8qO4rmGP_SXR7HPB8IAAnPgTwKV”).

You can find the API Key by going to Skills > your skill > Options and clicking View API Details. The API key is either auto-generated for you or created manually in IBM Cloud, in Access (IAM) > IBM Cloud API keys.

Max API calls per day

The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond the first 1,000 that are included in a free account.

Maximum suggestions

The maximum number of suggestions (e.g., 3) that can be delivered to the Agent Desktop during active chat interactions. Suggestions are the bot-generated replies that agents can select and use during chats.

Test Connection

Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant.

If the credentials are invalid, go back to the Url property and make sure you’ve entered it exactly as explained. Test until you see the success dialog: "Account credentials appear to be valid."

Lastly, be sure to click Apply at the bottom of the screen to save your account properties.


Watson Assistant (API v.2) Properties

In the Properties page, enter the credentials of your Watson Assistant (API v.2) bot instance to allow Bright Pattern Contact Center to use it in chat interactions.

For more information, see Tutorials for Admins, section Set up a Watson Assistant Integration Account.

Watson Assistant (API v.2) Properties.

Name

The name of this integration account.

Type

By default, the type is “Watson Assistant” because you selected this type when adding the account.

Url

The API endpoint of your Watson Assistant Skill (note that in IBM Watson Assistant Skill Details, this URL is called “Legacy v1 workspace URL” or the "Assistant URL").

For example:

https://gateway.watsonplatform.net/assistant/api/v1/workspaces/12c3a41e-ad2e-341c-12d3-412341ffdffd/message

API Key

The API Key (string) used to authenticate the service (e.g., “EEE-MTX13ZS1Ta4pD8qO4rmGP_SXR7HPB8IAAnPgTwKV”).

You can find the API Key in Service Credentials. The API key is auto-generated or created manually in IBM Cloud, in Access (IAM) > IBM Cloud API keys.

Environment ID

This field is mandatory. The environment ID in IBM Watson Assistant API v2 is a unique identifier for a specific environment. You can find the environment ID for your assistant by going to the IBM Watson Assistant console, clicking on the Assistants tab, clicking on the name of your assistant, then clicking on the Settings tab. The environment ID is listed in the Environment ID field.

For more information about IBM Watson Assistant environments, visit IBM's Adding and using multiple environments.

Max API calls per day

The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond the first 1,000 that are included in a free account.

Maximum suggestions

The maximum number of suggestions (e.g., 3) that can be delivered to the Agent Desktop during active chat interactions. Suggestions are the bot-generated replies that agents can select and use during chats.

Test Connection

Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant.

If the credentials are invalid, go back to the Url property and make sure you’ve entered it exactly as explained. Test until you see the success dialog: "Account credentials appear to be valid."

The Apply button saves your account properties.


Watson Assistant (Legacy) Properties


Info.40x40.png Watson Assistant (Legacy) is no longer available as an option for new Bot/Chat Suggestions Engine integrations as of release 5.22. Existing Watson Assistant (Legacy) integrations will work as long as IBM supports Watson Assistant API v.1


Watson Assistant (Legacy) is the legacy version of IBM Watson Assistant that uses IBM's V1 runtime API and username/password authentication.

Previously, Watson Assistant was called Watson Conversation, and credentials for Watson Conversation included username and password. IBM has since renamed it Watson Assistant and changed its credentials from username/password to API key.

To integrate a legacy Watson Conversation bot, add a Watson Assistant (Legacy) account and edit the Properties of your bot instance as follows. This allows Bright Pattern to access your bot and use it in chat interactions.

For more information, see Tutorials for Admins, section Set up a Watson Assistant Integration Account.


Watson Assistant (Conversation) bot/chat suggestions engine integration account properties


Name

The name of this integration account.

Type

By default, the type is “Watson Assistant (Legacy)” because you selected this type when adding the account.

Url

The Legacy v1 Workspace URL of your Watson Assistant Skill.

For example:

https://api.us-south.assistant.watson.cloud.ibm.com/instances/c1f234f5-1d23-4e51-23af-4cef51b2b345/v1/workspaces/012b31f4-51c2-345d-1aad-23e45d123f4d/message

To find this ID, go to IBM Watson Assistant > Skills, and click View API details.

Please note that earlier versions of Bright Pattern Contact Center (earlier than version 5.3.21) required the URL to be in the format “<Legacy v1 Workspace URL>?version=2017-05-26”. Now, “version=2017-05-26” is added by default (so you do not have to append the version to the URL manually). You have the option to use another version from the list recommended by IBM.

Skill ID

The identifying number (string) of your Watson Assistant (Conversation) Skill (i.e., instance). Note that in IBM Watson, skills used to be called workspaces.

To find this ID, go to IBM Watson Assistant > Skills, and click View API details.

Username

The username (string) that is used to authenticate the Watson Assistant API. The username is provided in the service credentials for the service instance that you want to use.

If you do not know your username, you can set apikey as the username.

Password

The password (string) used to authenticate the Watson Assistant API. The password is provided in the service credentials for the service instance that you want to use.

If you do not know your password, you can set your skill's API key.

Max API calls per day

The maximum number of calls that can be done each day. This limit is here to keep your account from being charged for additional calls beyond the first 1,000 that are included in a free account.

Maximum suggestions

The maximum number of suggestions (e.g., 3) that can be delivered to the Agent Desktop during active chat interactions. Suggestions are the bot-generated replies that agents can select and use during chats.

Test Connection

Click to be sure Bright Pattern Contact Center can connect to your Watson Assistant (Conversation).


Recommended Reading

For more information on bot integrations, see: