notice
This is documentation for Rasa Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).
Version: 2.x
rasa.cli.export
add_subparser
add_subparser(subparsers: SubParsersAction, parents: List[argparse.ArgumentParser]) -> None
Add subparser for rasa export.
Arguments:
subparsers- Subparsers action object to whichargparse.ArgumentParserobjects can be added.parents-argparse.ArgumentParserobjects whose arguments should also be included.
export_trackers
export_trackers(args: argparse.Namespace) -> None
Export events for a connected tracker store using an event broker.
Arguments:
args- Command-line arguments to process.
