flask-assistant icon indicating copy to clipboard operation
flask-assistant copied to clipboard

Framework for Building Virtual Assistants with Dialogflow and python

Results 16 flask-assistant issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

The following should produce a pause between test and message, but no pause occurs: ```python return tell("Test message", is_ssml=True) ```

How I get user location using DEVICE_PRECISE_LOCATION

Support for Dependency Injection based on [Injector](https://github.com/alecthomas/injector). Example Provider: ``` class AppModule(Module): @provider @singleton def provide_str(self) -> str: return 'TEST INJECTED' @provider @singleton def provide_int(self) -> int: return 42 ```...

Hi, A simply question: what's the best way to do dependency injection in Flask-assistant? I've tried with [Flask-Injector](https://github.com/alecthomas/flask_injector) but it seems to not be compatible with Flask-assistant. Thanks!

Hi there-- DialogFlow is definitely a "team sport" and one of the best parts is being able to come across libraries/tooling like this one! **Question:** If one uses flask-assistant to...

Hi All, I am unable to clear the context_manager. I would like to clear the context and start afresh whenever welcome intent is triggered. I tried clearing context using `context_manager.clear_all()`...

Hi, I want to update a specific entity when my flask application starts. This list is received from my database. However, I'm unable to use the api object inside the...

Hi ! Does we have the account sign_in response in order to request to the assistant start the sign in? https://developers.google.com/assistant/conversational/helpers#account_sign-in If not... how do I can implement this by...

Have you seen the new table cards ? https://developers.google.com/actions/assistant/responses - Any plans to support them ? If there are no plans, could someone point me in the right direction and...