Skip to content

Config_Bot

Keith Sterling edited this page Aug 1, 2017 · 11 revisions

Bot Configuration

license_keys: $BOT_ROOT/config/license.keys

Specifies where the license keys are located. For more information on the format and content of this file see License Keys

prompt: ">>>"

Which string to display as the question input

initial_question: Hi, how can I help you today?

When Program-Y starts, it needs a question to start the conversation.

default_response: Sorry, I don't have an answer for that!

If Program-Y cannot find a valid response then it displays this string. Alternatively you can build a grammar * and provide a more random/structure response. Rosie does this in the udc_aiml file

exit_response: So long, and thanks for the fish!

Displayed when you exit Program-Y, typically when you type Ctrl-C

override_predicates: true

If set to true, then if a conversation attempts to set a global predicate then the value is changed and becomes known throughout the bot. If false then you cannot change the value of global predicates

Clone this wiki locally