Difference between revisions of "GDE/Current/User/Bots"
From Genesys Documentation
(Published) |
(Published) |
||
Line 40: | Line 40: | ||
|sectionHeading=Import or export a bot | |sectionHeading=Import or export a bot | ||
|Type=Structured | |Type=Structured | ||
+ | |anchor=importexport | ||
|alignment=Vertical | |alignment=Vertical | ||
|gif=No | |gif=No | ||
Line 64: | Line 65: | ||
The following bot model is currently available for download and customization: | The following bot model is currently available for download and customization: | ||
− | * {{Repository|PrebuiltBankingBot.json||Prebuilt Banking Bot}} - This | + | *{{Repository|PrebuiltBankingBot.json||Prebuilt Banking Bot}} - This pre-built models a standard banking application with account information, loan application, and currency conversion features. |
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 09:06, January 10, 2020
This topic is part of the manual Genesys Dialog Engine User Guide for version Current of Genesys Dialog Engine.
A bot is a virtual agent that can serve as a starting point for conversations before live agents join the conversation.
Overview
Add a bot
- Click Create a new Bot from the home page (the first page displayed after you log in).
- Enter a name for the bot.
- (Optional) Enter a greeting or welcome message that the bot will use to greet users.
- Click Create to create the bot.
Delete a bot
- From the home page, click the Delete button that is displayed when you hover over a bot tile.WarningWhen a bot is deleted, all of its related components (intents, utterances, and slots) are deleted.
Import or export a bot
You can import an existing bot model (all intents, utterances, and slots) into a new bot. You can also export the current bot model for reuse. The data is saved as JSON files.
To import a bot,
- Create a new bot.
- Click Import under the Import/Export dropdown.
- Select a bot model JSON file and click Open. The new bot is updated with the information from the imported bot model.
To export the current bot,
- Click Export under the Import/Export dropdown.
- Save the JSON file to your computer. The file will be saved as BotName.json.
Sample bot models
Comments or questions about this documentation? Contact us for support!