File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4949 <dependency >
5050 <groupId >ai.tock</groupId >
5151 <artifactId >tock-bot-api-websocket</artifactId >
52- <version >25.3.9 </version >
52+ <version >25.3.10 </version >
5353 </dependency >
5454```
5555
5656Or in a [ Gradle] ( https://gradle.org/ ) project:
5757
5858``` groovy
59- compile 'ai.tock:tock-bot-api-websocket:25.3.9 '
59+ compile 'ai.tock:tock-bot-api-websocket:25.3.10 '
6060```
6161
6262### Enable WebHook mode
@@ -69,14 +69,14 @@ For example in a [Maven](https://maven.apache.org/) project:
6969 <dependency >
7070 <groupId >ai.tock</groupId >
7171 <artifactId >tock-bot-api-webhook</artifactId >
72- <version >25.3.9 </version >
72+ <version >25.3.10 </version >
7373 </dependency >
7474```
7575
7676Or in a [ Gradle] ( https://gradle.org/ ) project:
7777
7878``` groovy
79- compile 'ai.tock:tock-bot-api-webhook:25.3.9 '
79+ compile 'ai.tock:tock-bot-api-webhook:25.3.10 '
8080```
8181
8282In this case, unlike in _ WebSocket_ mode, the application/bot started must be reachable by the
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4343 <dependency >
4444 <groupId >ai.tock</groupId >
4545 <artifactId >bot-toolkit</artifactId >
46- <version >25.3.9 </version >
46+ <version >25.3.10 </version >
4747 </dependency >
4848```
4949
5050Or in a [ Gradle] ( https://gradle.org/ ) project:
5151
5252``` groovy
53- compile 'ai.tock:bot-toolkit:25.3.9 '
53+ compile 'ai.tock:bot-toolkit:25.3.10 '
5454```
5555
5656### A bot is a set of stories
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ With Maven:
1414 <dependency >
1515 <groupId >ai.tock</groupId >
1616 <artifactId >bot-test</artifactId >
17- <version >25.3.9 </version >
17+ <version >25.3.10 </version >
1818 <scope >test</scope >
1919 </dependency >
2020```
2121
2222Or gradle :
2323
2424``` groovy
25- testCompile 'ai.tock:bot-test:25.3.9 '
25+ testCompile 'ai.tock:bot-test:25.3.10 '
2626```
2727
2828This entire framework is documented in KDoc format [ here] ( https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test ) .
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
5454 <dependency >
5555 <groupId >ai.tock</groupId >
5656 <artifactId >tock-bot-api-websocket</artifactId >
57- <version >25.3.9 </version >
57+ <version >25.3.10 </version >
5858 </dependency >
5959```
6060
6161Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
6262
6363``` groovy
64- compile 'ai.tock:tock-bot-api-websocket:25.3.9 '
64+ compile 'ai.tock:tock-bot-api-websocket:25.3.10 '
6565```
6666
6767### Activer le mode WebHook
@@ -74,14 +74,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
7474 <dependency >
7575 <groupId >ai.tock</groupId >
7676 <artifactId >tock-bot-api-webhook</artifactId >
77- <version >25.3.9 </version >
77+ <version >25.3.10 </version >
7878 </dependency >
7979```
8080
8181Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
8282
8383``` groovy
84- compile 'ai.tock:tock-bot-api-webhook:25.3.9 '
84+ compile 'ai.tock:tock-bot-api-webhook:25.3.10 '
8585```
8686
8787Dans ce cas, contrairement au mode _ WebSocket_ , il faut que l'application/bot démarrée soit joignable par la
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
4343 <dependency >
4444 <groupId >ai.tock</groupId >
4545 <artifactId >bot-toolkit</artifactId >
46- <version >25.3.9 </version >
46+ <version >25.3.10 </version >
4747 </dependency >
4848```
4949
5050Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
5151
5252``` groovy
53- compile 'ai.tock:bot-toolkit:25.3.9 '
53+ compile 'ai.tock:bot-toolkit:25.3.10 '
5454```
5555
5656### Un bot est un ensemble de parcours (stories)
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Avec Maven :
1414 <dependency >
1515 <groupId >ai.tock</groupId >
1616 <artifactId >bot-test</artifactId >
17- <version >25.3.9 </version >
17+ <version >25.3.10 </version >
1818 <scope >test</scope >
1919 </dependency >
2020```
2121
2222ou Gradle :
2323
2424``` groovy
25- testCompile 'ai.tock:bot-test:25.3.9 '
25+ testCompile 'ai.tock:bot-test:25.3.10 '
2626```
2727
2828L'ensemble de ce framework est documenté au format KDoc [ ici] ( https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test ) .
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ la dépendance `tock-bot-api-websocket` incluse :
7777 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7878 <plugin .kotlin.version>1.3.41</plugin .kotlin.version>
7979 <plugin .source.version>3.1.0</plugin .source.version>
80- <lib .tock.version>25.3.9 </lib .tock.version>
80+ <lib .tock.version>25.3.10 </lib .tock.version>
8181 </properties >
8282
8383 <dependencies >
You can’t perform that action at this time.
0 commit comments