notice
This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
Version: Main/Unreleased
rasa.cli.shell
add_subparser
def add_subparser(subparsers: SubParsersAction,
parents: List[argparse.ArgumentParser]) -> None
Add all shell parsers.
Arguments:
subparsers
- subparser we are going to attach toparents
- Parent parsers, needed to ensure tree structure in argparse
shell_nlu
def shell_nlu(args: argparse.Namespace) -> None
Talk with an NLU only bot though the command line.
shell
def shell(args: argparse.Namespace) -> None
Talk with a bot though the command line.