assistant-sdk-nodejs icon indicating copy to clipboard operation
assistant-sdk-nodejs copied to clipboard

Results 6 assistant-sdk-nodejs issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/937933/57658388-c1566480-75ac-11e9-8032-19e9acf73d4b.png)...

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...

bug

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...