Questions tagged [google-assistant]

220 questions
1
vote
1 answer

Pass command text to 3rd party fulfillment with Google Smart Home? (seeking Conversational Action alternative)

I've been searching high and low for an alternative for my Conversational Action, which is going to be killed by Google in less than a year (please change your mind). I'm currently using DialogFlow and a Firebase function to send this text to our…
1
vote
0 answers

Google Assistant prefers web browser over an installed app

When using Google Assistant plugin for Android Studio to test Assistant integration with an Android app it seems like it fails to recognise and direct BIIs to an installed app when the app name "sounds" like a web page (e.g. facebook.com,…
AsafK
  • 2,425
  • 3
  • 32
  • 38
1
vote
1 answer

I don't understand how my google action shows up on "Works with Google" search

I have followed below tutorial to build my own home action. https://github.com/actions-on-google/smart-home-nodejs I don't understand well on how this works. Let me explain you all about what I have understood so far and what I have done by…
1
vote
0 answers

Is there an alternative to Android app actions that support more languages

I'm looking to add support for google assistant to my mobile map. I tried out app actions and it works but as I can see it only supports a limited number of languages (for the intents that I need only english). From what I saw it's been the same…
1
vote
1 answer

App testers on internal testing track can't use app actions

My testers are unable to test my app actions despite the following: testers are on the internal test email list in the play store console. testers have joined the App Actions Google group as recommended by the App Actions support team via email. I…
onions
  • 132
  • 13
1
vote
0 answers

How to change the Google Assistant command parameters at run time when we have hard-coded values in an array?

I have an array set in array.xml which are the possible commands: completed completed tasks finished finished…
1
vote
1 answer

Google assistant is not detecting my application

I'm trying to implement google assistant app actions in the flutter. https://codelabs.developers.google.com/codelabs/appactions-2#0 I'm referring to this link and building the application. I have uploaded the signed bundle to the play console…
thinkcode
  • 196
  • 2
  • 9
1
vote
0 answers

Google Assistance Web URL request and get speaker reply IFTTT?

I would like to use my google assistance to manage my home automation. The objective is to communicate with my local system via Google assistance, URL-API to my home automation and IFTTT I know how to use Google Assistant in IFFTT, to send URL…
1
vote
0 answers

Cannot get contexts with "agent.context.get()" from Google Assistant request

The method agent.context.get('context-name') return undefined when i receive a request from Google Assistant on my Node.js server. (I'm using the package "dialogflow-fulfillment": "^0.6.0") The same method works fine when the request comes from…
1
vote
1 answer

Google Assistant Smart Home : Is Google smart home support custom command for water Heater devices?

I have a number of devices. I want to control it through google smart home. Is it possible to create custom commands ? I want to develop commands like "I want to take a shower". can I custom the trait? Thank you. Is there any support for circulation…
1
vote
1 answer

Does Google support querying smart light color?

We are working on integrating a smart device with google assistant. This device has a light that has the ability to set its color as well as report it's color back in a query response. Documentation:…
1
vote
1 answer

Runing the sample code for google assistant sdk giving SyntaxErorr: invalid syntax

I'm trying to run the following code for starting my google assistant with the raspbery pi: googlesamples-assistant-pushtotalk --project-id my-dev-project --device-model-id my-model But I get the following error: Traceback (most recent call last): …
1
vote
1 answer

Can I bound one same device (same id) with two different account(two different agentuserID)?

I'm developing an Action on Google and I have a question about agentUserID. In documentation I see this information to reportstate command: { "requestId": "123ABC", "agentUserId": "user-123", "payload": { "devices": { "states": { …
1
vote
0 answers

How to set the language of Android Auto voice recognition during navigation?

When I use voice recognition on my Android phone in apps Google Maps or Waze, it understands Hungarian language. However when I plug the same phone to my car and trying to do the same thing via Android Auto, it will listen to me only in English. I…
1
vote
0 answers

Match slot to multiple values

In my skill I'm using a Custom Slot for a list of Programs. These programs have a list of synonyms/alias that resolve to the Program title if matched. Sometimes it's possible that multiple programs have a common synonym, in that case I would need to…