Line 4: | Line 4: | ||
This version of Bright Pattern Contact Center supports the following types of bot/chat integration: Alterra and Watson Conversation. | This version of Bright Pattern Contact Center supports the following types of bot/chat integration: Alterra and Watson Conversation. | ||
− | + | See [[Tutorials-for-admins/HowtoAddBotChatSuggestionsEngine | How to Add a Bot/Chat Suggestions Engine Integration Account]]. | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
== Alterra Properties == | == Alterra Properties == | ||
Line 38: | Line 34: | ||
=== 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. | ''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. | ||
+ | |||
== Watson Assistant Properties == | == Watson Assistant Properties == |
Revision as of 20:30, 28 November 2018
Bot / Chat Suggestions Engine Integration
Bright Pattern integrates with chatbots 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 a bot/chat suggestions engine integration account. Integration accounts are what allow your contact center to operate with third-party services.
This version of Bright Pattern Contact Center supports the following types of bot/chat integration: Alterra and Watson Conversation.
See How to Add a Bot/Chat Suggestions Engine Integration Account.
Alterra Properties
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.
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.
Type
Type is the type of integration account.
Url
For Alterra, the default Url value is https://dev.alterra.cc/demo/api.
Method
The default HTTP method is POST, and the drop-down selector is disabled.
API key
This is the API key required to access the service (optional). There is no default value.
Use url encode
For Alterra, the URL encode is 0 and the checkbox is disabled.
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.
Watson Assistant Properties
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.
For more information on Watson Assistant, see How to Create a Watson Assistant and How to Integrate Bots with Chat
Name
A unique name for your bot.
Type
By default, “Watson Conversation” because you selected this type when adding the account.
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 Url consists of: https://gateway.watsonplatform.net/assistant/api + /v1/workspaces/ + your workspace ID (see below) + /message?version=2017-05-26
Workspace ID
The identifying number (string) of your Watson Assistant Workspace (i.e., instance).
To find this ID, go to IBM Watson Assistant > Workspaces, click on the desired workspace’s Actions button, and select View details.
Copy your workspace ID from there.
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.
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.
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."
Click Apply at the bottom of the screen to save your account properties.