Commit a2a2897 1 parent 1dc9c2e commit a2a2897 Copy full SHA for a2a2897
File tree 7 files changed +17
-17
lines changed
7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ Using [Maven](https://maven.apache.org/) :
45
45
<dependency >
46
46
<groupId >ai.tock</groupId >
47
47
<artifactId >tock-bot-api-websocket</artifactId >
48
- <version >24.9.4 </version >
48
+ <version >24.9.5 </version >
49
49
</dependency >
50
50
```
51
51
52
52
Or [ Gradle] ( https://gradle.org/ ) :
53
53
54
54
``` groovy
55
- compile 'ai.tock:tock-bot-api-websocket:24.9.4 '
55
+ compile 'ai.tock:tock-bot-api-websocket:24.9.5 '
56
56
```
57
57
58
58
### Enable WebHook mode
@@ -66,14 +66,14 @@ Using [Maven](https://maven.apache.org/) :
66
66
<dependency >
67
67
<groupId >ai.tock</groupId >
68
68
<artifactId >tock-bot-api-webhook</artifactId >
69
- <version >24.9.4 </version >
69
+ <version >24.9.5 </version >
70
70
</dependency >
71
71
```
72
72
73
73
Or [ Gradle] ( https://gradle.org/ ) :
74
74
75
75
``` groovy
76
- compile 'ai.tock:tock-bot-api-webhook:24.9.4 '
76
+ compile 'ai.tock:tock-bot-api-webhook:24.9.5 '
77
77
```
78
78
79
79
In this case, unlike the _ WebSocket_ mode, the bot application must be reachable by the
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ With Maven:
61
61
<dependency >
62
62
<groupId >ai.tock</groupId >
63
63
<artifactId >bot-toolkit</artifactId >
64
- <version >24.9.4 </version >
64
+ <version >24.9.5 </version >
65
65
</dependency >
66
66
```
67
67
68
68
With Gradle:
69
69
70
70
``` groovy
71
- compile 'ai.tock:bot-toolkit:24.9.4 '
71
+ compile 'ai.tock:bot-toolkit:24.9.5 '
72
72
```
73
73
74
74
### A Bot is a Set of Stories
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ With Maven :
14
14
<dependency >
15
15
<groupId >ai.tock</groupId >
16
16
<artifactId >bot-test</artifactId >
17
- <version >24.9.4 </version >
17
+ <version >24.9.5 </version >
18
18
<scope >test</scope >
19
19
</dependency >
20
20
```
21
21
22
22
With Gradle :
23
23
24
24
``` groovy
25
- testCompile 'ai.tock:bot-test:24.9.4 '
25
+ testCompile 'ai.tock:bot-test:24.9.5 '
26
26
```
27
27
28
28
This 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 @@ -57,14 +57,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
57
57
<dependency >
58
58
<groupId >ai.tock</groupId >
59
59
<artifactId >tock-bot-api-websocket</artifactId >
60
- <version >24.9.4 </version >
60
+ <version >24.9.5 </version >
61
61
</dependency >
62
62
```
63
63
64
64
Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
65
65
66
66
``` groovy
67
- compile 'ai.tock:tock-bot-api-websocket:24.9.4 '
67
+ compile 'ai.tock:tock-bot-api-websocket:24.9.5 '
68
68
```
69
69
70
70
### Activer le mode WebHook
@@ -77,14 +77,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
77
77
<dependency >
78
78
<groupId >ai.tock</groupId >
79
79
<artifactId >tock-bot-api-webhook</artifactId >
80
- <version >24.9.4 </version >
80
+ <version >24.9.5 </version >
81
81
</dependency >
82
82
```
83
83
84
84
Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
85
85
86
86
``` groovy
87
- compile 'ai.tock:tock-bot-api-webhook:24.9.4 '
87
+ compile 'ai.tock:tock-bot-api-webhook:24.9.5 '
88
88
```
89
89
90
90
Dans 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/) :
43
43
<dependency >
44
44
<groupId >ai.tock</groupId >
45
45
<artifactId >bot-toolkit</artifactId >
46
- <version >24.9.4 </version >
46
+ <version >24.9.5 </version >
47
47
</dependency >
48
48
```
49
49
50
50
Ou dans un projet [ Gradle] ( https://gradle.org/ ) :
51
51
52
52
``` groovy
53
- compile 'ai.tock:bot-toolkit:24.9.4 '
53
+ compile 'ai.tock:bot-toolkit:24.9.5 '
54
54
```
55
55
56
56
### Un bot est un ensemble de parcours (stories)
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ Avec Maven :
14
14
<dependency >
15
15
<groupId >ai.tock</groupId >
16
16
<artifactId >bot-test</artifactId >
17
- <version >24.9.4 </version >
17
+ <version >24.9.5 </version >
18
18
<scope >test</scope >
19
19
</dependency >
20
20
```
21
21
22
22
ou Gradle :
23
23
24
24
``` groovy
25
- testCompile 'ai.tock:bot-test:24.9.4 '
25
+ testCompile 'ai.tock:bot-test:24.9.5 '
26
26
```
27
27
28
28
L'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 :
77
77
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
78
78
<plugin .kotlin.version>1.3.41</plugin .kotlin.version>
79
79
<plugin .source.version>3.1.0</plugin .source.version>
80
- <lib .tock.version>24.9.4 </lib .tock.version>
80
+ <lib .tock.version>24.9.5 </lib .tock.version>
81
81
</properties >
82
82
83
83
<dependencies >
You can’t perform that action at this time.
0 commit comments