Questions tagged [assistant]

118 questions
0
votes
1 answer

Google Assistant - how to re-prompt the user with @sys.any when an input is determined to be invalid

I'm trying to create a custom action through Google Assistant. I have custom user data which is defined by the user and I want the user to ask me something about this data, identifying which data they want to know about by supplying it's…
doper1234
  • 17
  • 1
  • 5
0
votes
1 answer

AWS Lambda Function with depending object handler

right now i am trying to build a kind of cross-platform with AWS Lambda. My object handler in Lambda should be able to handle requests from an Alexa Skill and from a Google Action. That why i need a depending handler. The Alexa object handler…
0
votes
0 answers

How to open Google Assistant App using JavaScript?

I have a webpage with a button called "Open Google Assistant". I want to open 'Google Assistant APP' using JavaScript code. Please let me know is there any way like - whatsapp://send?text=message to interact / open the Google Assistant APP? I just…
user2817477
0
votes
1 answer

Storyboard Assistant Editor will not automatically switch after duplicating a ViewController

I have a storyboard with 6 view controllers. I want to duplicate one of them (I essentially want to cut half the functionality out of the original VC and put that into the second VC. In the storyboard a copy/pasted the existing VC1. In Finder, I…
James64
  • 123
  • 10
0
votes
1 answer

Creating a new voice for Alexa within my skill

Is it possible to change the voice alexa is using within my skill? i.e. the user asks Alexa Ask Car Washing when the next available appointment is? and have Alexa respond with a voice that matches my carwashing brand?
Lance
  • 768
  • 7
  • 21
0
votes
1 answer

Google Actions & Dialogflow v2 - webhooks

Background: I setup a simple DialogFlow to with two intents. Set as api v1 and webhook to a glitch server. I used glitch.com to host some js to gather information (requested by the user). Switching to v2 of the api breaks this. All the examples…
Les
  • 33
  • 5
0
votes
0 answers

google_assistant_sdk connect timed out

code: Response response = oAuthClient.getAccessToken(code,authenticationConf.getClientId(), authenticationConf.getClientSecret(), authenticationConf.getCodeRedirectUri(), …
0
votes
1 answer

Http request not working in Firebase webhook for google assistant

I have created the simple firebase function for Google assistant but when I try to send HTTP request I got an error in google actions simulator MalformedResponse 'final_response' must be set. The next action works properly: app.intent('Default…
0
votes
1 answer

os.system("mpg123 audio.mp3") - mpg123 doesnt work

So right now I'm trying to create a sound assistant (ok google, Alexa blah blah) in python. Works fine, except the sound output from that assistant. In the youtube Tutorial the dude uses os.sytsem("mpg123 audio.mp3"), the audio.mp3 is an mp3 in the…
TrackLab
  • 32
  • 1
  • 7
0
votes
1 answer

API dialog flow assistant

Hello I’ve been searching around and found this community is good for asking about Dialogflow or Api.ai , my question was how would I be able to intergrate my assistant into a service that gives it a voice so it can speak back to the user because I…
0
votes
0 answers

Google Home API.IA for private use on own Home

I have created a Google Home agent to control my thermostat. Of course I want to be the only one using and controling it. So I dont want to publish the app. There is a small tutorial for extending the use of the simulator and even an update for V2.…
0
votes
1 answer

Make a locking-like variable in Python?

I'm asking if there's a way to essentially block off the rest of the program and only have access to a limited set of the program, for example if speech.said("Lock"): Lock = true speech.say("Locked"); if Lock = true: [The continuation of…
acars123
  • 3
  • 3
0
votes
0 answers

Xcode 7 (7D1014) non - Automatic option in Assistant Editor

How to set Assistant editor to "Automatic" option? the option gone. Please help. xcode without Automatic option
gingertea
  • 1
  • 1
0
votes
0 answers

blaTrying to take user input add it to a total display the total and print a statment on what to do next. (Black Jack helper script)ckjack assistant

I am trying to build a little black jack assistant but the error messages are not throwing and if there is an input it always says hit me! Help please thank you in advance.