Flask-assistant

Latest version: v0.5.4

Safety actively analyzes 621876 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.1

0.5.0

- Dynamic fetching of google public key for google sign in
- Media responses
- initial support for Dialogflow Messenger integration

0.3.1

This release provides initial support for Dialogflow V2 agents.

The V1 API is no longer supported as of flask-assistant v0.3.0.

Migrating your agent and existing webhooks to V2 requires:
- Select `V2 API` under the API version section in the Dialogflow console settings
- Initialize the `Assistant` class with your Google Cloud project ID (found in the settings page) as shown below


app = Flask(__name__)
assist = Assistant(app, project_id='YOUR_PROJECT_ID')

0.2.8

- Provides card, list, carousel, suggest, and link_out responses
- Integrates with Google Assistant

0.2.6

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.