google-home Questions
6
I am still quite new to this topic, so sorry if I didn't provide enough information.
For the first time, I copoed everything from https://developers.google.com/actions/dialogflow/first-app to lear...
Godolphin asked 9/12, 2017 at 1:2
11
My test invocation name is "Mrs Tang", so i input "Talk to Mrs Tang", but it responds "Sorry, this action is not available in simulation"...
Does anybody know How can I resolve this error?
Cherise asked 3/6, 2017 at 8:1
4
Solved
I'm developing an action on Google that requires the user to login with my services. I was able to implement account linking.
That works fine; I'm able to complete the entire flow to authenticate ...
Immunize asked 10/12, 2016 at 19:43
4
In google home app, the app can connect with GoogleHome without asking password for connecting.
Even though, the app doesn't have root permission to do that. How google home can connect with devic...
Endowment asked 1/2, 2017 at 1:17
1
I'm trying to create custom fallbacks for intents that contain confirmations. Here is the code:
const functions = require('firebase-functions');
const {
dialogflow,
Confirmation
} = require('act...
Trencherman asked 6/1, 2019 at 17:43
2
Solved
I'm building an app using Actions on Google using API.AI that allows users to speak to my app through Google Home. API.AI allows me to choose between two male and two female voices, however, all fo...
Araby asked 6/1, 2017 at 8:52
1
I am trying to develop a Google Assistant App, primarily for Google Home and Google Assistant on the phone.
Is there a way to integrate Google's hands-free calling capability to the Assistant App...
Curt asked 11/10, 2017 at 15:42
2
Solved
I need to send (more than 2 responses) simple responses back to user during the invocation for particular intent. But it is restricted to 2 simple response as mentioned in actions on google documen...
Disherison asked 30/7, 2018 at 6:9
2
I am struggling to find how to let google home do a local network rest call.
I have some ESP8266 laying around with mDNS and rest api in them.
Now with the google home I want it to send a rest cal...
Galileo asked 6/11, 2017 at 15:8
2
Where do I get the list of all available actions in Google Home?
I don't want to write an action if there is an existing action for the same purpose. I can search for a skill in Alexa skills. I a...
Eleen asked 16/4, 2017 at 18:28
1
I'm trying to return simple text response and display a basic card within Google Assistant app using the following code:
public GoogleCloudDialogflowV2WebhookResponse Search(GoogleCloudDialogflowV...
Ehrlich asked 8/5, 2018 at 20:55
2
Solved
I am starting development of Google Home actions and would like to do so with the Python language instead of node js, provided in the getting started tutorial at https://developers.google.com...
Cite asked 31/8, 2017 at 8:25
3
Solved
I want to recieve the user email using Google Actions as documented here but docs talks about EMAIL permission, but when I read the permission docs here I can't find any EMAIL permission. Any help?...
Saleswoman asked 20/5, 2017 at 13:42
2
Solved
I'm building on the Actions On Google API using API.ai. In order to fulfil one of my actions I need to know the user's location and local time.
I have been able to successfully ask for and receive...
Rainband asked 18/1, 2017 at 11:30
2
Solved
I am writing an app to work with Google Actions. The only bummer is that I can't find any information about how to form my response so that Google will stream audio from a given URL. Does Google ev...
Waterish asked 5/2, 2017 at 3:58
2
Solved
Is it possible to play audio file or stream using actions-on-google-nodejs library?
Priedieu asked 25/1, 2018 at 22:25
3
Google just rejected my app that I'd built using API AI. Following is the feedback from Google team:
Please either close the mic after app delivers its functionality, or prompt the user to either ...
Grosvenor asked 5/1, 2017 at 21:51
1
Solved
In my DialogFlow V1 Webhook, I used to get the user's access token like this (node.js):
exports.voxGoogleHomeWebhook = functions.https.onRequest((req, res) => {
const app = new WebhookClient(...
Mackey asked 16/3, 2018 at 21:51
1
Solved
I've been asked to develop an action for either Google Mini or Amazon Alexa that allows the device to record the audio from a meeting (no time limit) and send that script to the meeting-participant...
Legere asked 13/2, 2018 at 23:41
1
# index.js
const functions = require('firebase-functions');
const DialogflowApp = require('actions-on-google').DialogflowApp;
exports.handler = functions.https.onRequest((req, res) =>...
Ry asked 5/12, 2017 at 5:44
5
Solved
Does anyone know why my action can NOT use in web simulator??
I set my invocation name for testing as "test", and in web simulator , I try to use my action by input "Talk to test", but it told me ...
Alviani asked 10/2, 2017 at 7:1
5
I am using GUI tools provided by API AI to create Actions. Is it possible to fetch device location? I have heard that this is possible by requesting permissions. Is this documented anywhere? An exa...
Titillate asked 23/12, 2016 at 1:7
1
Solved
been trying to figure out how to resolve this.
I have an app via api.ai to Google Assistant for Google Home and if I "type" my app into google assistant in test mode, it works. For example "Hey Go...
Girasol asked 21/10, 2017 at 23:50
2
Problem:
I ve a problem for long time, where the smarthome app I created with Actions SDK doesnt show up in the Google Assistant app under home control as a test app.
I tried 3 different accounts, ...
Amah asked 21/7, 2017 at 9:33
3
I am using actions on google with api.ai. I am able to create a api.ai bot in a language other than English, but the web simulator of actions-on-google (https://developers.google.com/actions/tools/...
Hobbs asked 2/2, 2017 at 18:47
1 Next >
© 2022 - 2024 — McMap. All rights reserved.