File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,16 @@ Run the following command in a terminal window:
3636----
3737
3838Your 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
You can’t perform that action at this time.
0 commit comments