askbob.plugin package

Submodules

askbob.plugin.config module

class askbob.plugin.config.ModelGenerator(dry_run: bool = False)

Bases: object

dry_run: bool = False
generate(configs, config_location, output_location, rasa_language, spacy_model)
generate_config_yml(location: str, rasa_language: str, spacy_model: str)
generate_credentials_yml(location)
generate_domain(config, location, plugin)
generate_endpoints_yml(location)
generate_training_data(config, location, plugin)
get_action(action: str, plugin: str)
get_intent(intent: str, plugin: str)
uses_stories: bool = False

Module contents

askbob.plugin.action(plugin: str, name: str)

A decorator for Ask Bob plugin actions (implementing the rasa_sdk.Action class).

Parameters
  • plugin (str) – The plugin name.

  • name (str) – The action name.