浏览代码

Update 'chatbot/endpoints.yml'

SadhulaSaiKumar 2 年前
父节点
当前提交
c1d0c08140
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1
    5
      chatbot/endpoints.yml

+ 1
- 5
chatbot/endpoints.yml 查看文件

11
 # https://rasa.com/docs/rasa/custom-actions
11
 # https://rasa.com/docs/rasa/custom-actions
12
 
12
 
13
 action_endpoint:
13
 action_endpoint:
14
- url: "http://localhost:5055/webhook?recipient_id={sender_id}"
14
+ url: "http://localhost:5055/webhook"
15
 
15
 
16
 # Tracker store which is used to store the conversations.
16
 # Tracker store which is used to store the conversations.
17
 # By default the conversations are stored in memory.
17
 # By default the conversations are stored in memory.
40
 #  username: username
40
 #  username: username
41
 #  password: password
41
 #  password: password
42
 #  queue: queue
42
 #  queue: queue
43
-
44
-
45
-
46
-

正在加载...
取消
保存