Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,16 @@ Run the following command in a terminal window:
----

Your middleware application is running on port http://localhost:8080

=== Useful conversation configurations

You might need to configure the configuration templates to include your bot.

Some useful settings:

* `com.unblu.conversation.concierge.conciergeEnabled=false` to disable the concierge
* Enable your external bot with one of:
** `com.unblu.conversation.bot.enableAllExternalBots=true`
** or `com.unblu.conversation.bot.mandatoryExternalBotIds`
** or `com.unblu.conversation.bot.optionalExternalBotIds`
* `com.unblu.conversation.message.allowChatDuringOnboarding=CONTEXT_PERSON` to give to the visitor the possibility to enter messages during onboarding