google-home

Unable to upload content via google spreadsheet in Google Actions

烂漫一生 提交于 2020-01-05 05:00:15
问题 I am creating a Google Action's project using a Flash Card template. I am following the steps from google documentation. But after updating the questions and answers, and other required field I am not able to upload contents from my sheet to google actions console like the documentation does in step 14. After clicking on Upload in Step 13, I see a success message saying check_circleYour content was uploaded successfully, 35 rows of content were detected but when I click on Create App after

why I can't use google action in web simulator

白昼怎懂夜的黑 提交于 2020-01-01 04:16:30
问题 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 "Sorry, this action is not available in simulation"... Is there anything wrong with me ?? 回答1: This bug should be resolved now. If you are still having this problem, you should try pairing your account with an actual device first. The issue was resolved for me by signing in to the Google Home app on

How to extract the email Id and user name, which is linked with the google home , at the fullfilment of the google dialogflow flow

爷,独闯天下 提交于 2019-12-27 01:58:46
问题 I want to get the linked email id with google home , when user triggers an intent. I have followed the following link How to get user's unique identity from google home's voice match profile? I am following Rajat's answer and have done till the 2nd step. But I am not getting the accessToken in the user's object. I neeed this token to get the user details from this api endpoint: "https://www.googleapis.com/oauth2/v1/userinfo?access_token=" Instead I am getting this user object from the

How do I deploy a Actions-On-Google on Heroku?

天大地大妈咪最大 提交于 2019-12-25 09:28:30
问题 I'm experimenting with my Google Home and I read a lot about actions on google and was able to deploy it to Google Cloud Services, but how does the Google Home know where my application is if it's on Heroku? Does it have something to do with creds.data and the Actions-On-Google-nodejs SDK ? 回答1: Here is a steps to deploy an heroku app with google home. Let us take an example provided by google. First download git in your system git-scm.com/download/win Download Heroku CLI from heroku.com

What are the review requirements regarding QUERY intents?

安稳与你 提交于 2019-12-24 20:07:12
问题 Due to hardware restrictions, we are unable to retrieve the current status of many of our lights (their color/brightness/etc.). In the QA test cases spreadsheet found here, at the bottom under Deploying , a number of QUERY intents are listed to be tested. Does this mean our Smart Home application will not be able to pass certification? Thank you for reading. 回答1: There is some expectation from the user to know the status of your their house at any time. If you cannot retrieve the state

API.AI with google assistant - phone number capture problems

家住魔仙堡 提交于 2019-12-24 02:32:27
问题 We are trying to capture a phone number. Actually many other numbers, like amounts, zip, etc. We are using Google Home. The below urls are JSON payloads we received on the fulfillment side. The entity name is TheNumber. One JSON is when we setup the entity as @sys.number the other JSON when it was @sys.phone-number. https://s3.amazonaws.com/xapp-bela/gh/number-test.json https://s3.amazonaws.com/xapp-bela/gh/phone-number-test.json The first problem is that the google assistant is really

Record audio using Google Actions

℡╲_俬逩灬. 提交于 2019-12-23 02:45:09
问题 We are looking to build Google Action where it will record small snippets (like a voice TODO list) and can be played later. Is there any documentation for this? 回答1: In short - no. Google does not provide access to the audio stream from the Assistant. You can get the Speech To Text (STT) processed by Google, however, using the Actions on Google API. 来源: https://stackoverflow.com/questions/52104621/record-audio-using-google-actions

Deployed Firebase Function Cannot Execute HTTP GET to external API? [duplicate]

隐身守侯 提交于 2019-12-23 02:19:19
问题 This question already has answers here : Cloud Functions for Firebase - getaddrinfo ENOTFOUND (4 answers) Closed 2 years ago . I am attempting to create my first Google Home Action as with the same functinality of my Amazon Alexa Skill. The way this action works is, you execute an intent, and that calls a function in my code. When the function is called, it sends off a GET to an external API to pull some data. Now when I run this locally using: firebase serve --only functions and ngrok .

Is their any way to send multiple simple response in dialogflow

 ̄綄美尐妖づ 提交于 2019-12-22 09:41:21
问题 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 documentation. Is there any other way to send multiple responses? 回答1: The short answer is no, you can't send back more than one SimpleResponse at a time. There are, however, ways to work with this depending on your needs and making sure you are respecting good Visual UI design. You can concatenate many of

Account Unlinking on Actions on Google

帅比萌擦擦* 提交于 2019-12-22 08:14:19
问题 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 the user using the Google Home app, but I couldn't find a way to unlink the account. The service does not appear at Apps with access to your account Is there any way to unlink an account? 回答1: The "preview" feature on both API.AI and Actions SDK will clear any existing OAuth tokens for your action on