-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredentials.yml
More file actions
50 lines (42 loc) · 1.53 KB
/
credentials.yml
File metadata and controls
50 lines (42 loc) · 1.53 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
# This file contains the credentials for the voice & chat platforms
# which your bot is using.
# https://rasa.com/docs/rasa/messaging-and-voice-channels
rest:
# # you don't need to provide anything here - this channel doesn't
# # require any credentials
telegram:
access_token: "5921747267:AAEGp0tgqduOSY8HC_dkKaBChN7vtuDUy68"
verify: "aui_assistant_bot"
webhook_url: "https://8a50-196-43-236-10.eu.ngrok.io/webhooks/telegram/webhook"
twilio:
account_sid: 'AC56e526ad54a0bd99d360f25e67c4e52c'
auth_token: 'b1e29cccb1c8e92d7535a0dd18e5545f'
twilio_number: 15076195730
# twilio_number: 'whatsapp:+14155238886'
twilio_voice:
initial_prompt: "hello"
assistant_voice: "woman"
reprompt_fallback_phrase: "I didn't get that could you repeat?"
speech_timeout: "3"
speech_model: "default"
enhanced: "false"
#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 Enterprise. The entry represents credentials
# for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.
rasa:
url: "http://localhost:5002/api"