After you create a bot using Bot Builder, you may need to change or define advanced and optional settings, for example, to update or add a bot icon, or description.
Modifying Your Bot Settings
Follow these steps to open the bot’s Settings page:
The Configurations section has the following options depending on whether it’s a Standard or Universal bot:
- General Settings: Define or modify the Bot Name, Description, Icon, Color, and more. For more information, see General Bot Settings.
- Languages:Â Manage bot languages and language detection capabilities. For more information, see Enabling an additional bot language.
- PII Settings: Kore.ai allows you to redact any sensitive information types that users share with your bots. When you enable redaction for an information type, you can transform its value into a pattern that doesn’t contain comprehensible data, see Redacting Personally Identifiable Information
- Bot Functions: Custom Script file enables you to collate and manage reusable utility JavaScript functions that can be used by different tasks, nodes, and other bot elements, see Bot Functions.
- Authorization Profiles:Â Define one or more authorization profiles for your Bot to access your third-party web service as basic auth, oAuth v1, oAuth v2, or an API Key. For more information, see Bot Authorization.
- Manage Sessions:Â Conversation Sessions are created for all interactions with the virtual assistant. You can define the Conversation Session behavior using the Manage Sessions option. For more information, see Manage Sessions.
- Bot Variables (Environment Variables and Content Variables):Â Add variables that can be used when defining tasks and configurations. These are very useful when importing bot definitions between bots. For more information, see Using Bot Variables.
- Feedback Survey: You can design and create feedback surveys for products, services, and overall experiences using out-of-the-box templates on the web and mobile channels. You can configure a Virtual Assistant to launch these surveys at a certain point in a conversation or at the end of a conversation. For more information, see Feedback Survey.
Go to Build > Bot Management to see the additional options:
- Bot Versions: As part of the development process, you can mark specific stages as versions. For more information, see Bot Versioning.
- Export & Import Bot: Export bot tasks and configurations as a JSON file that can be imported into another bot. Or Overwrite bot tasks and configurations by importing a valid JSON file. For more information, see Exporting and Importing Bots.
- Delete Bot: Click to delete the Bot. Only unpublished and suspended bots can be deleted. If the bot has any published tasks, it cannot be deleted. For more information, see Deleting a Bot.
- Change Logs: View a list of system events related to your Bot by a user, event, and timestamp. For more information, see Viewing the Bot Change Log.