assistant-sdk-nodejs
assistant-sdk-nodejs copied to clipboard
documentation at https://developers.google.com/assistant/sdk/guides/service/python/embed/register-device says: > Use the registration UI > Use the registration UI in the Actions Console to register a device model. > Click the REGISTER MODEL button. ...
As per the code example, the below no longer responds with the answer from Google Assistant. Audio responses are still provided, however the text response is always blank Having asked...
When I run this on a python environment: `env/bin/google-oauthlib-tool --client-secrets credentials.json \ --credentials devicecredentials.json \ --scope https://www.googleapis.com/auth/assistant-sdk-prototype \ --save` I get this `Please visit this URL to authorize this application:...
hey, How can I use the SDK in hybrid app like IONIC applications?
In the project credentials are retrieved from home directory as follows: ``` const homedir = require('homedir'); const deviceCredentials = require(`${homedir()}/.config/google-oauthlib-tool/credentials.json`); ``` What I am trying to do is populating deviceCredentials...
Hi i'm trying to do implement this with voice input request but the current sample only supports text input. Do i configure the config file to include audioIn and remove...