actions-on-google

Actions on Google, Beta Release: Testing instruction not found

家住魔仙堡 提交于 2019-12-08 06:19:55
问题 Basically, I have the same problem as this question here. The accepted answer in that question suggests that we should give directions to the review team in Testing Instructions section. But in my case, which is: Account creation: Yes, allow users to sign up for new accounts via voice Linking type: Google Sign In Client information: my_client_id There is NO Testing Instructions section. But, when I try to do the deploy, it will still demand me to give the instructions and won't allow me to do

Test version of api.ai Google Action while I have a live version?

喜夏-厌秋 提交于 2019-12-08 05:20:43
问题 How do I develop a new version of my Google Action in a separate test environment, while I already have a version that is live to users? My Google Action uses api.ai, which has a Firebase Function for fulfilment. Do I need to create a new api.ai agent that points to a different Firebase Function? Is there an easier way? 回答1: Unfortunately, there really isn't an easy solution to this. There are a few problems with versioning with API.AI and Actions. The first is that some changes you make in

Possibility of connecting MySQL database to Google Assistant

£可爱£侵袭症+ 提交于 2019-12-08 04:16:13
问题 What I want to implement is at least a working prototype of a Google Assistant Action with the use of local MySQL database. What I've taught of is MySQL DB-> Google Cloud Platform-> DialogFlow -> Google Assistant. So the end product would be for example, I say: "What is my total sales" and Google Assistant would retrieve the data from MySQL. I've been trying to look for solutions online and none seem to match what I am looking for. Would this solution be theoretically possible? and how would

Google Smart Home integration with my IoT device (clarification needed)

不想你离开。 提交于 2019-12-08 04:00:50
问题 I am looking for some clarification to how Google Smart Home works. I am looking to integrate my current end device which control lights with Google Smart Home. My end device is running a very small microcontroller utilizing an RTOS (Linux is not available) Here is how I see it (Please correct or comment) To my understanding this requires me to host my own cloud service which will talk to my current end device? My cloud service will then talk to Google cloud service. My cloud service defines

Can You Link to Google Assistant Action from a Web App

六月ゝ 毕业季﹏ 提交于 2019-12-08 02:13:39
问题 Can you link to Google Assistant to open it up or even better open up a Google Action from a web app? I know you can link to a Google Action page but you can't seem to link right to the action actually in the assistant. 回答1: Yes, you can setup a link directly to an Action. In the Action Console, you can generate a link and then use this link on a web page. To create the link From the Action Console, select "Actions" on the left menu and then the right arrow for the Action you want to make a

Unable to read intents using Actions SDK

我的未来我决定 提交于 2019-12-08 02:03:47
问题 I've got the following action in my action.json file, { "description": "Recommend movies", "initialTrigger": { "intent": "GIVE_RECOMMENDATION", "queryPatterns": [ {"queryPattern": "What should I watch?"}, {"queryPattern": "Give me a recommendation"}, {"queryPattern": "Tell me a good ($String:genre)? movie"} ] }, "httpExecution": { "url":"my webhook URL here" } } On my API, I've got: app.post('/', function(req, res){ let assistant = new ActionsSdkAssistant({request: req, response: res});

DialogFlow Actions on Google: dialogflow-helper-intents-nodejs Tutorial - Query Pattern is missing for Custom Intent

扶醉桌前 提交于 2019-12-08 01:22:23
问题 I am attempting to use the tutorial located here: https://github.com/actions-on-google/dialogflow-helper-intents-nodejs I have created an entirely new agent to make sure none of my existing intent settings are causing this. I import the file helper-intents-examples.zip and modify NOTHING in ANY of the intents. I go to Integrations->Integration Settings, add all of the intents, and hit test, and I get the following error for every single second turn intent: Request contains an invalid argument

how to integrate app action using actions.xml?

孤者浪人 提交于 2019-12-08 00:36:41
问题 I am trying to build a build-in-intent[actions.intent.CHECK_AIR_QUALITY]. I have already added the actions.xml in my project. Here is the code: <?xml version ="1.0" encoding ="utf-8"?><!-- Learn More about how to use App Actions: https://developer.android.com/guide/actions/index.html --> <actions> <!--Example Action --> <action intentName="actions.intent.CHECK_AIR_QUALITY"> <action-display label="Check quality" /> <fulfillment urlTemplate="https://www.google.co.in/order{?drop}"> <parameter

Google action - deep linking [closed]

泪湿孤枕 提交于 2019-12-07 21:14:33
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I am implementing app for google assistant . I build simple conversation app with the help of Api.ai tool and it works fine . Now i want to communicate to my application(Which is installed in android devices) when user trigger particular intent(Created in Api.ai) by saying some

Actions on Google and Account linking failure after tokens returned

帅比萌擦擦* 提交于 2019-12-07 20:09:44
问题 Trying to test auth in the Web Simulator using the OAuth2 Authorization Code Flow, https://developers.google.com/actions/tools/web-simulator See: https://developers.google.com/actions/tools/testing#testing_account_linking_with_google_home_web_simulator And: https://developers.google.com/actions/develop/identity/oauth2-code-flow Provided you've setup your Action to require authorization against your authorization service, when you try to access your Action the Assistant advises you that you