# 此文件包含您的机器人正在使用的语音和聊天平台的凭据。
# https://rasa.com/docs/rasa/messaging-and-voice-channels
rest:
# # 您不需要在此处提供任何内容-此channel不需要任何凭据(credentials)
# #
#facebook:
# verify: "<verify>"
# secret: "<your secret>"
# page-access-token: "<your page access token>"
#slack:
# slack_token: "<your slack token>"
# slack_channel: "<the slack channel>"
# slack_signing_secret: "<your slack signing secret>"
#socketio:
# user_message_evt: <event name for user message>
# bot_message_evt: <event name for bot messages>
# session_persistence: <true/false>
#mattermost:
# url: "https://<mattermost instance>/api/v4"
# token: "<bot token>"
# webhook_url: "<callback URL>"
# This entry is needed if you are using Rasa X. The entry represents credentials
# for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"
Rasa中credentials.yml文件的编写
最新推荐文章于 2024-02-07 23:29:27 发布