actions-on-google-nodejs
actions-on-google-nodejs copied to clipboard
Node.js client library for Actions on Google
In our project, we have both actions-on-google (v3.0.0) and google-auth-library (v8.0.3) as dependencies. Because actions-on-google relies on google-auth-library ^7.2.0, we get a typescript error in our project: ``` TS2769: No...
As per [this issue](https://github.com/actions-on-google/actions-on-google-nodejs/issues/299), even after completing the account linking OAuth flow and seemingly successfully linking the user's Google account to their account in my own authentication system, I can't...
For DateTime, we can provide custom messages. ``` { "expectUserResponse": true, "expectedInputs": [ { "possibleIntents": [ { "intent": "actions.intent.DATETIME", "inputValueData": { "@type": "type.googleapis.com/google.actions.v2.DateTimeValueSpec", "dialogSpec": { "requestDatetimeText": "When would you like...
## Version: [2.10.0](https://github.com/actions-on-google/actions-on-google-nodejs/tree/v2.10.0) (Despite the version we use is older, the bug is not patched in recent versions) Node Version: 6.13.0 ## Description: When a html response is feeded to...
Hello community and developers! I have been dealing with this many weeks and I finally found what is causing this. When I do an unlink (onDisconnect), sometimes 1/5 of the...
For every `requestSync` or `reportState` request, a new JWTClient is created, causing a post request to get a new token: https://github.com/actions-on-google/actions-on-google-nodejs/blob/eaa9e2058273dd7832031e1d8496e134ba60f791/src/service/smarthome/smarthome.ts#L332 The token that is returned is valid for an...
I follow steps below to create account link [account link tutorial](https://developers.google.com/assistant/identity/oauth2?oauth=code). OAuth steps works ok, but test emulator response error: `Great, your my tv controller account is now linked to...
When I run my code, it gives me the error that is the name of this issue. Can anyone help? This is the function it's having a problem with. ```...
For over 3 months now my smart home actions project has been working nicely until devices could not get state reports. Usually, I will unlink and link, and everything works...