Skip to content

Commit 72dbdbd

Browse files
author
Adriano Santos
committed
2 parents a4ea327 + 1045d40 commit 72dbdbd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ A idiomatic way to create chatbots through the BotEngine API
99
1. [Introduction](#Introduction)
1010
2. [Quickstart](#Quickstart)
1111
3. [Show me the code](#Show-me-the-code)
12+
4. [More Examples](#Examples)
1213

1314
Introduction<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)

0 commit comments

Comments
 (0)