Questions tagged [google-assistant]
220 questions
0
votes
1 answer
Channel trait in google actions for smart media devices
I have been to trying out the google home nodejs sample project. I am facing some difficulties to make action.devices.traits.Channel trait work for one of my home projects where I am adding a device of type action.devices.types.SETTOP. I have also…

amitmula
- 1,060
- 9
- 12
0
votes
0 answers
Difference Internal Testing vs License Testing in Google Play Console for Google Assistant Integration with Android App
I have done a PoC on integrating Google Assistant with Android App and I could able to do it successfully. So now I need to deploy it and wants others to use it for internal purpose. Ongoing through google documentation, it says we can add users…

Maverick
- 364
- 1
- 5
- 16
0
votes
0 answers
"Sorry, couldn't get it" error with Actions test tool
I have followed all the steps mentioned here - https://stackoverflow.com/a/57951935/8483843 and also using the en-US locale in the test tool but still getting this issue.
I am currently integrating Slices with App actions using a custom intent.…

tronku
- 490
- 4
- 12
0
votes
1 answer
Does GVA (Google Voice Assistant) support RTC and Doorbell related fucntionality?
I want to access our doorbell product to Google Voice Assistant, but didn't find the Doorbell type in Google Assistant Doc. https://developers.google.com/assistant/smarthome/guides
I wonder whether GVA support RTC and Doorbell related functionality…
0
votes
1 answer
No SSML audio tag is rendered in Google Assistant main invocation
I have the following invocation:
candidates:
- first_simple:
variants:
- speech: >-
text: Welcome to my App!
suggestions:
…

pixel
- 24,905
- 36
- 149
- 251
0
votes
1 answer
Google Assistant Invalid response from webhook: Failed to translate JSON to ExecuteHttpResponse
First off, I'm new to Google Assistant so I have very little idea about what I am doing. I am trying to make a webhook request with the code below in an external js file on a webserver:
// Project Requirements
const { conversation } =…

kkirpalani90
- 1
- 1
0
votes
1 answer
Google Assistant on iPhone 7 shows no microphone or keyboard
On my iPhone 7 OS 14.3 Google Assistant app shows no microphone or keyboard leaving me without the ability to do much. How can I activate the mic and/or keyboard? Microphone is enabled in Privacy and in Settings->Assistant.

Android
- 119
- 9
0
votes
0 answers
Google assistant doesn't recognize "Some xxxxx"
I have a Google Assistant recycling app in test whose introductory scene prompts a user for an item to be recycled. The app should tell the user how to dispose of the item. The introductory scene has 11 user intents. Nine of these process the input…

John Murphy
- 97
- 7
0
votes
1 answer
What is the google App actions review process time length?
How long does google take to review app actions?
Is there anywhere in the dev console to see the review status? As there it for app review status.
Many thanks
Just to clarify...
I am not talking about the app itself. I am talking about APP…

dewijones92
- 1,319
- 2
- 24
- 45
0
votes
1 answer
how to test android slices using google assistant for my app
When using AATT-App Action Test Tool for android slices. I'm getting slice in google assistant but when it comes to direct voice search or typing my event name, the slices are not able to appear like using in AATT. pls give me some answers to…

Chandra kanth
- 1
- 2
0
votes
1 answer
Fallback intent with sys any
According to Google communication below, starting from 15th January if you have a fallback intent with web hook enabled to process user input it could be not working, because now the user input could be intercepted by Assistant for interleaving…

greywolf82
- 21,813
- 18
- 54
- 108
0
votes
1 answer
Remove Actions on Google project from Google Home app Home control page
Some time ago, I made a few test projects on Actions on Google. I later removed these projects by deleting them on Actions on Google and/or on GCP. However, these projects still appear in the Google Home app:
I've tried relinking them (as per…

jasonamri
- 3
- 1
0
votes
0 answers
Can we play music continuously without user interaction with the google home devices
Can we play music indefinitely on Google Home Mini or Google? I am working on an action that plays songs. To test it out, I left it overnight to play music. But when I woke up in the morning, the music wasn’t being played by the device. There is a…

sayak119
- 1
- 1
0
votes
1 answer
Actions on Google + Interactive Canvas Game + Device Orientation
I am creating a game for google assistant using actions builder and interactive canvas (Phaser 3 Framework). I have two questions:
How to handle device orientation as most smart displays are in landscape orientation while smartphones are in…

AvidDev
- 31
- 1
- 6
0
votes
0 answers
Audio live streaming with cracking/distortion on Android devices
I am working on a Google Action that provides audio live streaming (MP3, 128 kbps), so when testing I have experienced that this live streaming is played with little crackings/distortion after every 2-4 seconds. It looks like that only Android…

oschwarzpdm
- 174
- 10