Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

credentials.yml 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. # rest:
  8. # # You can customize the webhook URL to include the user's ID as a parameter
  9. # webhook_url: "http://localhost:5005/webhooks/rest/webhook?recipient_id={sender_id}"
  10. #facebook:
  11. # verify: "<verify>"
  12. # secret: "<your secret>"
  13. # page-access-token: "<your page access token>"
  14. #slack:
  15. # slack_token: "<your slack token>"
  16. # slack_channel: "<the slack channel>"
  17. # slack_signing_secret: "<your slack signing secret>"
  18. #socketio:
  19. # user_message_evt: <event name for user message>
  20. # bot_message_evt: <event name for bot messages>
  21. # session_persistence: <true/false>
  22. #mattermost:
  23. # url: "https://<mattermost instance>/api/v4"
  24. # token: "<bot token>"
  25. # webhook_url: "<callback URL>"
  26. # This entry is needed if you are using Rasa Enterprise. The entry represents credentials
  27. # for the Rasa Enterprise "channel", i.e. Talk to your bot and Share with guest testers.