Questions tagged [google-home]

This tag targets question related to programming for Google Home device.

752 questions
0
votes
1 answer

Is it possible to send an HTTP request from actions on google 's projects using trivia(one of the templates)?

I created a quiz application that I can use at Google homes. Actions created a quiz using templates trivia (one of the templates) in Google on google. I want to send http request according to the number of correct answers. Please advice me.
0
votes
1 answer

How to develop an app that integrates Google Home with Login using Node.js, Firebase and Swift

I have been making Google Home apps, but now I want to make apps that are connected to Firebase server and DialogFlow API. How is it possible to integrate user authentication in an ios app to identify that user who is using Google Home with that…
Ryohei
  • 713
  • 2
  • 9
  • 20
0
votes
0 answers

How to use json in intent functions in dialogflow

I'm making an application for google home as graduation work from my university of systems analysis and development. My difficulty is integrating with an external server. I'm doing the code in javaScript, node.js and my intents call data from an…
0
votes
1 answer

How to differentiate google home device from others

i'm working on an app that uses multiple google home devices with the same account. I would like to map the google home device to a certain room but can find a unique id for each devices. Dialogflow has originalRequest.data.device before but now its…
0
votes
1 answer

How can I make my service deployed locally visible for a Google Home device app?

I've created my action on Google development project and I've deployed a self signed service locally(in the local network) which I've added for fulfilment on the Action settings. Now I see my app in the Google Assistant, under Add devices, but when…
olmnt
  • 157
  • 1
  • 1
  • 6
0
votes
1 answer

Google Voice Actions, Home, Actions, Assistant

Please can somebody give a short summary/difference between Google Voice Actions, Home, Actions and Assistant (Dialogflow)? I would like to control my android java application via google assistant/home, but I'm having hard time finding something I…
miro
  • 809
  • 10
  • 25
0
votes
1 answer

How i can test my unpublished assistant app using google home device

I have created a custom Dialogflow assistant app.I am able to test the same using simulator and google assistant on my mobile but not able to test using google Home device. I don't want to publish the app, but i want to test the same using Google…
0
votes
2 answers

Can I publish Google Home application for limited users?

I would like to publish Google Home application for limited users(account or device). Can I do such thing? I think that one way is to use test draft, but it can be used only 30days. However I can extend expiry with gactions command update, I would…
NSK
  • 1
  • 2
0
votes
1 answer

Error on google actions "App testaction-fff11 was not found. The app preview may have expired"

I followed the steps illustrated in documentation: https://developers.google.com/actions/assistant/updates/notifications But in the last step when I try to send a notification the api "https://actions.googleapis.com/v2/conversations:send" reply with…
user1119279
  • 331
  • 3
  • 9
0
votes
1 answer

Does mediaResponse really support array of mediaObject?

As the document says, MediaResponse contains mediaObjects property, and mediaObjects is array of mediaObject, but when I tried to put multiple mediaObjects, I got this error: MalformedResponse at …
Yue Zhuo
  • 45
  • 7
0
votes
1 answer

Smart Home assistant sending wrong data to fulfilment function

I'm creating a smart home integration. I'm up to the testing on device step - attempting to sign in to an account to add the device. https://developers.google.com/actions/smarthome/#syncing_devices I've setup the assistant to retrieve an OAuth…
Blundell
  • 75,855
  • 30
  • 208
  • 233
0
votes
1 answer

Google Home - How to hook my own webservice URL

I would like to hook my own webservice running on my own system in webhook URL of the fullfilment ? is it possible ?
PhilG
  • 71
  • 1
  • 6
0
votes
1 answer

how to use error response in google smart home action

according to the google's guide Error responses, I can return an error response when some errors occur in my cloud service.So, I want to try: { "requestId": "13711695294173375391", "payload": { "commands": [ { …
eric zhao
  • 165
  • 3
  • 15
0
votes
1 answer

How to regenerate DEVELOPER_ACCESS_TOKEN in DialogFlow?

I have my agent hosted in DialogFlow. Because of security reasons, I need to update DEVELOPER_ACCESS_TOKEN. I know there is a way to update CLIENT_ACCESS_TOKEN from settings. But didn't find any way to update DEVELOPER_ACCESS_TOKEN.
0
votes
1 answer

How to build a simple app for Google Home with Dialogflow that returns a random item from an entities list?

I am just starting to use Dialogflow to build some simple apps for my Google Home and I am having trouble creating an app that would simply returns a random name with a sentence. For example: I say "give us a challenge": I want the app to return…