virtual-google-assistant icon indicating copy to clipboard operation
virtual-google-assistant copied to clipboard

🤖 Easily test and debug Actions on Google programmatically https://bespoken.io

Results 8 virtual-google-assistant issues
Sort by recently updated
recently updated
newest added

As of today it has been 19 months since Google Actions Builder was announced (https://developers.googleblog.com/2020/06/announcing-actions-builder-actions-sdk.html). As far as I can tell, Virtual Google Assistant still only works with DialogFlow (specifically,...

### Description: Rebuilding the example in the readme, following error occured: ``` (node:7520) UnhandledPromiseRejectionWarning: TypeError: googleFunction is not a function at Function. (C:\Users\..\lambda\node_modules\virtual-google-assistant\lib\src\Invoker.js:57:70) at Generator.next () at C:\Users\..\lambda\node_modules\virtual-google-assistant\lib\src\Invoker.js:7:71 at new...

**Is your feature request related to a problem? Please describe.** LaunchRequest is an Amazon intent for starting the app, the Default Welcome Intent is usually the one that would assume...

upcoming

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Hello Juan, This is the utterance in my intents/faq.json file. When the utterance is in this splitting format (Find me nearest store, then that particular utterance is not supported. Can...

Using the new `0.0.7` release on npm, I am getting the following output from `utter (talk to SKILL_NAME)`: ```json { "payload": { "google": { "expectUserResponse": true, "richResponse": { "items": [...

Our workspace required us to go through proxy authentication to hit an outside server (which is where our code is stored). This PR is what allowed us to use this...

Right now, `launchRequest` assumes the intent will be named "Default Welcome Intent" which, sure, may be DF suggests, but isn't necessarily true for someone like me (my welcome intent is...