質問編集履歴
3
タイトル変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Line Messaging APIとnode-red
|
1
|
+
Line Messaging APIとnode-redのwebhook接続検証時にエラーが出る
|
test
CHANGED
File without changes
|
2
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
画像の挿入
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,6 +5,10 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
こちらの事例[https://www.slideshare.net/osonoi1/watsonassistant-chat-bot20200117]を参考にして作成しました。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
![](a9a720d4ce7da8747f3aa080917d13e7.png)
|
8
12
|
|
9
13
|
|
10
14
|
|
@@ -34,7 +38,7 @@
|
|
34
38
|
|
35
39
|
|
36
40
|
|
37
|
-
```
|
41
|
+
```setMsg
|
38
42
|
|
39
43
|
flow.set("replyToken",msg.payload.events[0].replyToken);
|
40
44
|
|