treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
379 stars 101 forks source link

Debug-dump the entire Google Action request #77

Closed gmolau closed 6 years ago

gmolau commented 6 years ago

The original Google Action request contains additional metadata, such as a timestamp and the input language. This information might be useful for debugging, it seems unnecessary to exclude it from the _dbgdump.

treethought commented 6 years ago

yeah, good thinking 👍