I did this using Rasa open source.If I try to execute this command it generate some error like this. At line:1 char:17
- rasa run action & rasa shell
-
~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to
pass it as part of a string.
+ CategoryInfo : ParserError: ( [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed