Questions tagged [assistant]

118 questions
1
vote
0 answers

Action on google missing access token

I have added account linking to my project , and I tried both auth code and implicit flow and my account linking is successfully done , I tried account linking with google assistant app and it got linked successfully in both the flow implicit and…
1
vote
2 answers

Open browser with voice assistant

I am making my own voice assistant on python I want to open websites from it, for example I am saying "open google" and program opening google.com I was trying to write webbrowser.open(url) in the commands, but when I start the program it opens…
user13801689
1
vote
1 answer

Is there a way to make Google Assistant work with React Native App

As the title suggests, I made a assistant agent in DialogFlow but now I need my assistant to be called when I press a button inside the app, I checked out react-native-dialogflow but it is not supported anymore and is giving me errors in my app.
1
vote
0 answers

C# Voice Assistant Not Working Properly With Arrays

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Speech.Synthesis; using…
1
vote
0 answers

Raspberry Pi 4 and Google Assistant with Bluetooth Mic and Speaker

I need some help to make it work... I have a Raspberry Pi 4 on Raspbian and a JBL Go2 Bluetooth that is speaker and mic... The assistant is working properly (voice commands are executed) but google has no voice...so no OUTPUT... (i cant That means…
Nikolaos F
  • 11
  • 2
1
vote
0 answers

Google Assistant can't register my device

I register on GA my project, receive and save client_secret.json and create credentials.json Complete all steps of register device: https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device and try to test on…
1
vote
1 answer

A3 cannot connect to assistant 2 for autopilot

When I try I connect A3 to Assistant 2 for autopilot (v 2.0.3), nothing happens. it connents fine when using Assistant 2 (v 1.2.5). I tried both on windows 10 and osx. same problem. A3 firmware version: 1.0.4.0
1
vote
0 answers

Google Action apps crashes on some phrases and crashing after account linking

Failed to parse Dialogflow response into AppResponse because of the empty speech response. I'm always getting this issue on asking the same phrases of a particular intent. Inside the log I checked it is not triggering this intent. Also after account…
1
vote
1 answer

Google Assistant Created in DialogFlow Endpoint Changes

I have created a Google Home app in DialogFlow and have since had the app published by Google. I am assuming that I can change the fulfillment endpoint address in Dialogflow and this won't affect my live app - my assumption being that a packaged…
Stephen Garside
  • 1,185
  • 10
  • 15
1
vote
0 answers

How can you make Google Home device respond without having me tell it

I would like to make google home say something on a event base, let say I am streaming live score results for football teams and would like Google Home to announce the results every time a team scores a goal. Currently I am trying to use this npm…
1
vote
1 answer

Can I use Amazon LEX with Google assistant?

I have made a Chat-Bot using Amazon's LEX. Is there any way I can use that application using Google's Voice Assistant in my phone? If not why?
noobie
  • 751
  • 4
  • 13
  • 33
1
vote
4 answers

How to get data from a RESTful API with dialogflow

i am struggling a bit with my google assistant action. Right now i am using Dialogflow and Firebase for my webhook. In my code i would like to get data from an API, for example this one: API. I am coding with Node.js by the way. Since Node is…
1
vote
1 answer

Python get a python script running while another is running?

I have been trying to make a personal assistant. I made a alarm clock a days ago, but its working like its testing if the date is the same like the real time. And my problem is that i would also use the main script while the alarm clock is check.…
Fredrikj31
  • 135
  • 1
  • 1
  • 12
1
vote
0 answers

How to open a new completely different website using a html input tag and javascript?

I am creating a basic assistant using javascript and html. First, I want to open a completely different webpage. Code: //javascript var x = document.getElemntById("gmail").value; if ( x == "OPEN GMAIL"…
1
vote
1 answer

ssml with emphasis at the end of sentance

In my SSML response, if I add an emphasis, not followed by extra text, the audio result is buggy:

To make a search, say: help.

To make a search, say: "help".

To make a…