File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ A idiomatic way to create chatbots through the BotEngine API
991 . [ Introduction] ( #Introduction )
10102 . [ Quickstart] ( #Quickstart )
11113 . [ Show me the code] ( #Show-me-the-code )
12+ 4 . [ More Examples] ( #Examples )
1213
1314Introduction<a name =" Introduction " ></a >
1415-------------
@@ -111,7 +112,6 @@ bot.interactions()
111112 .interaction(Interaction . builder()
112113 .name(" choosing a person" )
113114 .action(" theForce" )
114- .triggers(Arrays . asList(" theForce" ))
115115 .userSays(Arrays . asList(" I would like to be a @persons:persons." ))
116116 .entities(Arrays . asList(Entity . builder()
117117 .name(" persons" )
@@ -174,3 +174,8 @@ c3POResponse.getResult()
174174```
175175
176176** That's it for now! :)**
177+
178+ More Examples<a name =" Examples " ></a >
179+ -------------------
180+
181+ [ Movies Reservation] ( https://github.com/notifye/botengine-ai-client/blob/master/src/test/java/io/notifye/botengine/client/test/BotTest.java )
You can’t perform that action at this time.
0 commit comments