You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
930 B

  1. # This file contains the credentials for the voice & chat platforms
  2. # which your bot is using.
  3. # https://rasa.com/docs/rasa/messaging-and-voice-channels
  4. rest:
  5. # # you don't need to provide anything here - this channel doesn't
  6. # # require any credentials
  7. #facebook:
  8. # verify: "<verify>"
  9. # secret: "<your secret>"
  10. # page-access-token: "<your page access token>"
  11. #slack:
  12. # slack_token: "<your slack token>"
  13. # slack_channel: "<the slack channel>"
  14. # slack_signing_secret: "<your slack signing secret>"
  15. socketio:
  16. user_message_evt: user_uttered
  17. bot_message_evt: bot_uttered
  18. session_persistence: true
  19. #mattermost:
  20. # url: "https://<mattermost instance>/api/v4"
  21. # token: "<bot token>"
  22. # webhook_url: "<callback URL>"
  23. # This entry is needed if you are using Rasa X. The entry represents credentials
  24. # for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
  25. rasa:
  26. url: "http://localhost:5002/api"