I was blown away by the Google Assistant demos at the I/O 2018 keynote. Building your own assistant app is surprisingly easy when you combine Dialogflow and Cloud Functions.
@vibhukhurana35755 жыл бұрын
Slack team link which you mentioned in the description is inactive now. How can I be a member of your slack channel?
@rtpHarry4 жыл бұрын
Now that we are a year on, do you still think voice has a big future with business? It seems to me that the chatbot craze has faded, but I've got smart speakers in every room in my house and on my phone. I use it all the time, but not seen much from brands embracing the tech yet.
@TechMalaya6 жыл бұрын
the capabilities of google assistant is so mind blowing
@jack-alvin2 жыл бұрын
Why c++ is used for building google assistant why not python???,
@galavizK11 ай бұрын
Ask google
@mateja1766 жыл бұрын
Can't wait to return to the angular basics series, but damn, this is interesting!
@Fireship6 жыл бұрын
Look for the next basics video on Monday :)
@MercyFromOverwatch23 жыл бұрын
Jeff is my favourite tech youtuber!
@matthiaskublbock91496 жыл бұрын
Hey! What microphone are you using? Because it sounds so clean
@Fireship6 жыл бұрын
Thank you :) It's just a $50 Audio-technica USB mic, nothing fancy.
@vcccchhh44436 жыл бұрын
It's awesome . we are thirsty for your awesome episodes
@kyranmoore11326 жыл бұрын
Thanks Jeff for showing just how easy it is! Another great video!
@Fireship6 жыл бұрын
Thank you, building an assistant app is not hard at all if you're comfortable with nodejs.
@kyranmoore11326 жыл бұрын
Angular Firebase it wasn’t something I’d actively looked into previously. But as a TS dev, this has now certainly given me a bit of inspiration! Keep up the good work!
@skgaming35625 жыл бұрын
what linux distro are you using?
@ismail79476 жыл бұрын
how to build it on my own device?
@Buckleupwithme3 жыл бұрын
Is there is any way to change google assistant voice programmatically through node js ?
@rahulvanmali14066 жыл бұрын
Since I am angular developer ... Learning ionic native would be easy?
@MuhammadNurdinnewspecies4 жыл бұрын
It's work on http? Or only https?
@HansSchiefelbein6 жыл бұрын
Do you have a good tutorial for non-developers? I’ve built an Alexa Skill and want to replicate it on Google Assistant.
@MahmudYuldashev4 жыл бұрын
Check blondiebytes on dialogflow.
@aaronharding36954 жыл бұрын
i have this functions folder inside a react project which was also written with typescript. when deploying, typescript was failing. i was getting errors like: ../../node_modules/@types/react/index.d.ts:3144:13 - error TS2717: Subsequent property declarations must have the same type. Property 'use' must be of type 'SVGProps', but here has type 'SVGProps'. so it was looking at d.t.s files from the parent node_modules project. so i added "skipLibCheck" to true in my tsconfig.json and it started working again.
@sandyveliz52696 жыл бұрын
OMG Thanks!!! i was waiting this for so long! Thank you !!!!!
@Fireship6 жыл бұрын
Thanks for watching! I was super motivated to make this after seeing the Google I/O keynote.
@satishwadekar6066 жыл бұрын
Can we have a web-hook between Assistant & Dialogflow ? because i want to make some decision making before request goes to Dialogflow ?
@WhimsyPC5 жыл бұрын
You will have to use Actions-SDK in that case but that would be the replacement of Dialogflow, not something between Assistant & Dialogflow.
@GaneshPatil-bs7er6 жыл бұрын
thanks in advanced I'm getting with simulator getting response with final response not set
@souvikduttcreations43295 жыл бұрын
Can you help me in preparing trivia games questionnaire. I cannot edit trivia game question template. But I have made another question and answer in spread sheet format.Can you personally prepare it on trivia template? Please
@haustimp2 жыл бұрын
This is amazing - thank you so much!!
@carpfishprodcuts6 жыл бұрын
Crazyyy more dialogflow pleasee
@Fireship6 жыл бұрын
It can get way more advanced from here, I'll do more in the future.
@saukraya32544 жыл бұрын
If only this work with LCARS, then it will be perfect.
@dango_30165 жыл бұрын
Hey, it's not working for me. I copied the code but keep getting the following error in the Firebase Functions Log: FetchError: request to angularfirebase.com/lessons failed, reason: getaddrinfo ENOTFOUND angularfirebase.com angularfirebase.com:443 I'm completely new to Node and Firebase. Does anyone have a suggestion?
@manishpingale65585 жыл бұрын
I want to make this app in Android help me
@bashful886 жыл бұрын
Thanks for the great tutorial. I ran into a problem. When I run the command firebase deploy --only functions I am getting the following error. Could you please help? no such file or directory, open 'C:\voice assistant\assistantapp4\%RESOURCE_DIR%\package.json' npm ERR! enoent This is related to npm not being able to find a file.
@EnginMarshall6 жыл бұрын
This is a known problem with the Firebase CLI 3.17.0 through at least 3.17.3, but only on Windows. You can fix this on your machine by editing firebase.json at the root of your project and replacing $RESOURCE_DIR with %RESOURCE_DIR% in the npm commands you see there. The former is the unix syntax way to use an environment variable, whereas the latter is the Windows command shell syntax. Since you're using Windows, you need to use the Windows syntax. Source: stackoverflow.com/questions/48370690/cloud-functions-deploy-error-during-lint-on-windows-enoent-enoent-no-such-fil
@bashful886 жыл бұрын
@@EnginMarshall thank you :) it worked...
@troyclark43506 жыл бұрын
Awesome video. You are always provoking great new ideas thanks
@carlossegura4036 жыл бұрын
awesome tutorial!
@CAAAB216 жыл бұрын
Excellent video you are the best.Could you give us a example of curl with this technology, of course with node js and TypeScript?
@adriannlara6 жыл бұрын
to pro for me U_U, greate video anyway
@carrillocarlosce6 жыл бұрын
Thanks man I love your videos (y)
@Fireship6 жыл бұрын
Thanks for watching :)
@harpymaslow6 жыл бұрын
You rock, man. Thanks
@fati42743 жыл бұрын
Thanks
@AbhishekKumar-mq1tt6 жыл бұрын
Thank u for this awesome video
@Gravitytent4 жыл бұрын
I wish I were smarter
@amangadpale62515 жыл бұрын
Source codes please @Fireship
@asifa98534 жыл бұрын
I just want to open my activity by google assistant. Can anybody help ? like "Create and expense in MyDemoApp" or "open expense in mydemoapp" , hot to achieve this.