Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

39 righe
1.0 KiB

  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. # socketChannel.SocketIOInput:
  20. # user_message_evt: user_uttered
  21. # bot_message_evt: bot_uttered
  22. # session_persistence: true
  23. #mattermost:
  24. # url: "https://<mattermost instance>/api/v4"
  25. # token: "<bot token>"
  26. # webhook_url: "<callback URL>"
  27. # This entry is needed if you are using Rasa X. The entry represents credentials
  28. # for the Rasa X "channel", i.e. Talk to your bot and Share with guest testers.
  29. rasa:
  30. url: "http://localhost:5002/api"