-
Notifications
You must be signed in to change notification settings - Fork 1
/
credentials.yml
38 lines (30 loc) · 1.18 KB
/
credentials.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/user-guide/messaging-and-voice-channels/
#alexa_connector.AlexaConnector:
#rest:
# # you don't need to provide anything here - this channel doesn't
# # require any 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>"
socketio:
user_message_evt: user_uttered
bot_message_evt: bot_uttered
session_persistence: true
#botframework:
# app_id: "MICROSOFT_APP_ID"
# app_password: "MICROSOFT_APP_PASSWORD"
#https://teams.microsoft.com/l/team/19%3aaeeeb7bb7acf45d38ed7ddb0df0acba8%40thread.tacv2/conversations?groupId=e424b1ca-9616-4770-a4b9-4f6d6e8fda15&tenantId=5a248a21-5b53-4cb7-82e3-3675d0c13c18
#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:5005/api"