Questions tagged [google-assistant]

220 questions
2
votes
0 answers

How to make transparent bottom sheet like google assistant

Basically, I am very impressed by google assistant UI/UX to want to create a similar look and feel for my app. but IDK how to approach this type of design. my app architecture is MVVM, Kotlin so the functionality I want is when my app is opened I…
Rohan Arora
  • 303
  • 2
  • 12
2
votes
1 answer

Not able to add the intent from Dialogflow to Google Assistant

Ok I am using the Dialogflow Essentials and there are several intents are already defined which were integrated with google assistant and these intents works fine,But now I made new intent in Dialogflow and it works fine in try now option but when…
2
votes
1 answer

Why can't Google Assistant read some pages aloud?

I hope it's the right channel to ask this question. I've searched a lot unsuccessfully. I've noticed that Google Assistant is sometimes unable to read some web pages. Here is a basic one that fails:
Pat
  • 23
  • 2
2
votes
0 answers

Send Commands form Visual basic to Google Assistant?

I've looked just about anywhere to find an answer to my question. Is it possible to send a command in Visual Basic to my Google Assistant? For example: "Hey Google, turn on the lights in the living room" I have done some coding in VB but I'm new on…
2
votes
0 answers

I'm trying to install Google Assistant but encounter an error that I can't find a solution anywhere

I'm trying to install Google Assistant but I encountered an error like this: Someone please help me fix this I followed the instruction in this video https://www.youtube.com/watch?v=yfVMXq6mEXk&t=623s Press Enter to send a new…
prettyboi
  • 21
  • 1
2
votes
1 answer

Initiating phone call using custom alexa skill or google assistant

I have a use case. When the user says "Hey Google(Alexa), connect to housekeeping" then I have to call a housekeeping service or other services. Can we call an IP Phones/EPBAX using Alexa or Google Assistant using voice?
2
votes
1 answer

Getting Text Input in Google Actions(recent version)

How to get user input from actions SDK(recent version). In the previous version, we just use text intent like the example app.intent('actions.intent.TEXT', async (conv, input) => { console.log('input', input) }) I want to get user input as we do…
1
vote
1 answer

GAL_NOT_FOUND Error with Google Home Assistant

We have a skill at Google Home Action that control AC devices. Yesterday we came across this issue that Google Assistant unable to full fill the device control command and keep giving unable to reach or skill is unavailable right now. AC devices are…
1
vote
0 answers

Beta testers are unable to trigger application through Google Assistant Voice Commands

I have designed a custom intent to open my application and do a functionality using Google Assistant queries. I have tested the application by creating a preview using the app actions test tool, as well as by interacting with Google Assistant. In…
1
vote
0 answers

Is it possible to add dynamic shortcuts directly in "Your shortcuts" tab in Google Assistant App?

Is it possible to add dynamic shortcuts directly in "Your shortcuts" tab in Google Assistant App? because as of now I am able to create shortcuts but it is display in "Explore" tab and once I click on "+" icon then that shortcut will move to "Your…
Amit Soni
  • 71
  • 6
1
vote
0 answers

How to change my application icon in Android Google Assistant shortcut menu?

I'm making an app that works with Google Assistant's voice recognizer, and everything works fine except for the icon. However, I'm not sure if the app icon will be changed to my app icon when I publish it on the Google Play Store. How to change icon…
seung hwan Son
  • 183
  • 1
  • 7
1
vote
1 answer

Trigger smart speaker announcement via HTTP request

I have a smart speaker with buit-in Google Assistant which I want to automatically make announcements at specific times. The times are determined by a program I wrote running in the cloud which can send HTTP POST requests at those times (e.g. to…
J-J
  • 219
  • 2
  • 7
1
vote
1 answer

Unable to complete Google Home Account Linking Process. (Invalid State Parameter. The Link can not be completed.)

I am new to Google Actions. I am building action to access my smart home device from google home/assistance. I have already filled the Account Linking details from my auth server on action console. I have provided the Fulfillment URL on Actions…
1
vote
0 answers

Python smart voice assistant with using a JSON file

I was trying to create a voice assistant using python... but my code is showing some weird texts when I run it... down below is my code from email.mime import audio from logging.config import listen import re from neuralintents import…
1
vote
0 answers

Best BII for showing particular day tasks in App Actions

I want to invoke my App widget using Google assistant. My widget is used to show list of tasks of 7 days. So I learned about widget integration using Google assistant from App actions. So my questions is which BII I can use to invoke widget. Please…
1 2
3
14 15