From b418bcfd7303ba15ad8de964b57dddae48e89fd8 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Tue, 7 Oct 2025 07:56:12 +0200 Subject: [PATCH] Improve readme --- Readme.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Readme.adoc b/Readme.adoc index 7bbce31..3be8898 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -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