google-home

Google Home - Is reporting state mandatory?

天涯浪子 提交于 2020-05-16 20:16:15
问题 I'm trying to validate our integration with Google Home, and as it turns out, the smart home test suite expects reporting state to be implemented. AFAIK, this is not necessary, but evidently, at least for this test suit, it is. I'm always reporting "willReportState" as false, which should be fine, and the test suite skips most devices because of this, but for some reason, it still expects thermostats to report state. Does this mean that the only way to get our integration approved and listed

Google Home - Is reporting state mandatory?

别等时光非礼了梦想. 提交于 2020-05-16 20:11:32
问题 I'm trying to validate our integration with Google Home, and as it turns out, the smart home test suite expects reporting state to be implemented. AFAIK, this is not necessary, but evidently, at least for this test suit, it is. I'm always reporting "willReportState" as false, which should be fine, and the test suite skips most devices because of this, but for some reason, it still expects thermostats to report state. Does this mean that the only way to get our integration approved and listed

Google Assitant App not storing user information

≯℡__Kan透↙ 提交于 2020-01-25 08:54:04
问题 So I have been following this documentation provided by Google: https://developers.google.com/actions/identity/user-info Recently, the request.userId was deprecated so Google. So I turned to this documentation which specifies use the conv.user.storage. I have tried using the storage property in my app but it seems it doesn't store any user data as the next time I access it, the storage generates a new user id key. const data = "Something you want to save"; let userId; // if a value for userID

Dialogflow v2 API - cards not shown in the simulator

你离开我真会死。 提交于 2020-01-15 10:07:35
问题 I've a webhook for fulfillment. Below is the code that's responding back let result_obj = { "fulfillmentText": "This is a text response", "fulfillmentMessages": [ { "text": { "text": [ "this is test" ] } }, { "card": { "title": "card title", "subtitle": "card text", "imageUri": "https://assistant.google.com/static/images/molecule/Molecule-Formation-stop.png", "buttons": [ { "text": "button text", "postback": "https://assistant.google.com/" } ] } } ] } Below is the result from dialogflow GUI

ApI AI app works fine on web simulator but not on Android phone

安稳与你 提交于 2020-01-05 07:07:24
问题 I am trying to create an api.ai based app on Google home. Tested using the web simulator and Google Home, it works completely fine. Application is just in dev mode, not yet send to Google to approve. Now, I tried to test this app from my Android Phone - I think, that I should do it from Google App, but when I said "Ok, Google, talk to " - it just search this utterance, without any real interaction. What I am doing wrong, how it should really work? 回答1: It should work, just double check the