Matt Carroll
Matt Carroll
What version of the CLI are you using? Have you run `gactions selfupdate` to make sure you're on the latest version?
@LorenzoZappa @eron93br Can you run `gactions --version`? The latest version should be 2.2.4. If you're not on 2.2.4 please download the latest version here: https://developers.google.com/assistant/tools/gactions-cli
Can you run `gactions` with no command?
Currently the library supports a payload or other response types but not both at the same time. I'll leave this open as a feature request
What kind of issues are you seeing?
What is your environment/how are you installing/importing the library?
@kjanoudi I take it your cloud function is using node 8?
the getContext() method is meant to get contexts that are _current active_ in the session and _not_ contexts that _will be active after_ the webhook response. What's your use case...
Thanks for the report! This will be fixed in 0.6.2
@ChapmanCheng Can you provide more information on your issue? for instance what are the values of `$config` and `$audio` and `$speechClient`? What version of the speech library and you using?...