Greg Stephens

Results 78 issues of Greg Stephens

These are additional enhancements that we didn't get to from #355 * [ ] current dialog below suggests the top 2 search results, do we want just the top result,...

enhancement

Add a version intent that returns the Rasa & Rasa X versions that the bot is running. ``` class ActionVersion(Action): def name(self): return "action_version" def run(self, dispatcher, tracker, domain): request...

enhancement

I'd like to be able to run rasa-demo under docker instead of the host or conda/venv python environment. This provides a more reliable and controlled environment for testing since the...

I'm receiving the following error: ``` Embedded stack arn:aws:cloudformation:us-east-1:2708018:stack/QnABot210-ExamplesStack-LDLUHWNOB826/156fe6e0-bb90-11e8-9575-50d56 was not successfully created: The following resource(s) failed to create: [QuizKey, ExampleCodeVersion]. ```

### Is your feature request related to a problem? Please describe the problem you're trying to solve. I'm migrating a Jekyll site to DigitalOcean's App service for static sites and...

Are NLU example utterances available?

As [suggested](https://github.com/RasaHQ/rasa/pull/11100#issuecomment-1211927225) by @ancalita this is a replacement PR for #11100 re-based to `3.2.x`. Closing #11000. **Proposed changes**: - Adds metadata to the socket.io channel as requested in #11087 **Status...

type:enhancement :sparkles:

### What problem are you trying to solve? Support Dialogflow ASR as a voice channel for Rasa. The channel supports the Dialogflow [fullfillment webhook](https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook). ### What's your suggested solution? _No...

type:enhancement :sparkles:
area:rasa-oss :ferris_wheel:

Thanks for the great app. It would be nice to have a Pause option in the Settings pull-down menu to stop monitoring a service

Is there a recommended method to setup local versions of the Bootswatch theme files and fontawesome? I downloaded the font-awesome.min.css file and referenced it using the application > stylesheet but...

enhancement