Skip to content

botanalytics/python-sdk-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Botanalytics Python SDK - Examples

Rasa Examples

This example is based on the official Helpdesk Assistant Rasa bot sample.

Getting Started

  • Follow the steps defined in the sample's README.
  • Create a Botanalytics project, add Rasa channel.
  • Configure custom event broker within your endpoints.yml.
  • Set type as botanalytics.rasa.Rasa in endpoints.yml under event broker.
  • Set the provided API key as BA_API_KEY environment variable in .env file or as api_key under endpoints.yml file under event broker.
# endpoints.yml file example
event_broker:
  type: botanalytics.rasa.Rasa
  api_key: `BA_API_KEY`
  debug: true

About

Python SDK examples for supported platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published