Leveraging the English Skills to create localized Skills
If you want to localize chatbot conversations by using localized Chatbot Skills for each langauge, you must train BMC Helix Virtual Agent to respond in the users' language. You must create IBM Watson Assistant Skill for each locale.
BMC Helix Virtual Agent provides a sample English Skill. You can leverage the English Skill to create a localized skill.
The Skill consists of the following artifacts:
- Intent—defines the action to perform such as create a ticket, find an issue.
- Entity—is a class of object on which the action should be performed such as tickets and issues.
- Dialog—uses the intents and entities to interact with an application user.
Supported languages in BMC Helix Virtual Agent
- English (default)—en
- French—fr
- German—de
- Italian—it
- Japanese—ja
- Korean—ko
- Portuguese—pt
- Spanish—es
- Chinese—zn-CH
- Dutch—nl
To create localized Skill
Note
IBM Cloud has deprecated @sys-location
and @sys-person
entities. For more information, see
Legacy system entities
.
If you have already enabled the @sys-location
and @sys-person
entities and used them in your dialogs, make sure you turn them off by selecting Entities > System entities, and then remove references to @sys-person
and @sys-location
from your dialogs.
For more information, see
Entity evaluation overview
.
Task | Action | Steps |
---|---|---|
1 | In the English Skill, disable the |
|
2 | Set the language of the skill to the preferred locale |
|
3 | Add the localized intents. Note: You do not require to translate the intent name itself. | See
Defining intents
|
4 | Add the localized entities. Note: You do not require to translate the entity name itself. | See
Defining entities
|
5 | Add the localized dialogs. Note: You do not required to translate the dialog name itself. | See
Building a dialog
|
After your localized Skill is ready, you must complete steps in the localization workflow so that end users can start interacting wth BMC Helix Virtual Agent in their preferred langauge.
Related topics
Localizing chatbot conversations by using real-time translation
Importing chat-enabled services from BMC Helix Digital Workplace Advanced
Comments
Log in or register to comment.