Skip to content

Commit c166b33

Browse files
authored
Improve readme (#2)
1 parent 0de91d8 commit c166b33

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Readme.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ Run the following command in a terminal window:
3636
----
3737

3838
Your middleware application is running on port http://localhost:8080
39+
40+
=== Useful conversation configurations
41+
42+
You might need to configure the configuration templates to include your bot.
43+
44+
Some useful settings:
45+
46+
* `com.unblu.conversation.concierge.conciergeEnabled=false` to disable the concierge
47+
* Enable your external bot with one of:
48+
** `com.unblu.conversation.bot.enableAllExternalBots=true`
49+
** or `com.unblu.conversation.bot.mandatoryExternalBotIds`
50+
** or `com.unblu.conversation.bot.optionalExternalBotIds`
51+
* `com.unblu.conversation.message.allowChatDuringOnboarding=CONTEXT_PERSON` to give to the visitor the possibility to enter messages during onboarding

0 commit comments

Comments
 (0)