Google Assistant Quick Start for Developers

  Рет қаралды 84,159

Fireship

Fireship

Күн бұрын

Пікірлер: 54
@Fireship
@Fireship 6 жыл бұрын
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.
@vibhukhurana3575
@vibhukhurana3575 5 жыл бұрын
Slack team link which you mentioned in the description is inactive now. How can I be a member of your slack channel?
@rtpHarry
@rtpHarry 4 жыл бұрын
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.
@TechMalaya
@TechMalaya 6 жыл бұрын
the capabilities of google assistant is so mind blowing
@MercyFromOverwatch2
@MercyFromOverwatch2 3 жыл бұрын
Jeff is my favourite tech youtuber!
@mateja176
@mateja176 6 жыл бұрын
Can't wait to return to the angular basics series, but damn, this is interesting!
@Fireship
@Fireship 6 жыл бұрын
Look for the next basics video on Monday :)
@kyranmoore1132
@kyranmoore1132 6 жыл бұрын
Thanks Jeff for showing just how easy it is! Another great video!
@Fireship
@Fireship 6 жыл бұрын
Thank you, building an assistant app is not hard at all if you're comfortable with nodejs.
@kyranmoore1132
@kyranmoore1132 6 жыл бұрын
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!
@matthiaskublbock9149
@matthiaskublbock9149 6 жыл бұрын
Hey! What microphone are you using? Because it sounds so clean
@Fireship
@Fireship 6 жыл бұрын
Thank you :) It's just a $50 Audio-technica USB mic, nothing fancy.
@vcccchhh4443
@vcccchhh4443 6 жыл бұрын
It's awesome . we are thirsty for your awesome episodes
@jack-alvin
@jack-alvin 2 жыл бұрын
Why c++ is used for building google assistant why not python???,
@galavizK
@galavizK 8 ай бұрын
Ask google
@CAAAB21
@CAAAB21 6 жыл бұрын
Excellent video you are the best.Could you give us a example of curl with this technology, of course with node js and TypeScript?
@HansSchiefelbein
@HansSchiefelbein 5 жыл бұрын
Do you have a good tutorial for non-developers? I’ve built an Alexa Skill and want to replicate it on Google Assistant.
@MahmudYuldashev
@MahmudYuldashev 4 жыл бұрын
Check blondiebytes on dialogflow.
@haustimp
@haustimp 2 жыл бұрын
This is amazing - thank you so much!!
@troyclark4350
@troyclark4350 6 жыл бұрын
Awesome video. You are always provoking great new ideas thanks
@sandyveliz5269
@sandyveliz5269 6 жыл бұрын
OMG Thanks!!! i was waiting this for so long! Thank you !!!!!
@Fireship
@Fireship 6 жыл бұрын
Thanks for watching! I was super motivated to make this after seeing the Google I/O keynote.
@carrillocarlosce
@carrillocarlosce 6 жыл бұрын
Thanks man I love your videos (y)
@Fireship
@Fireship 6 жыл бұрын
Thanks for watching :)
@fati4274
@fati4274 3 жыл бұрын
Thanks
@rahulvanmali1406
@rahulvanmali1406 6 жыл бұрын
Since I am angular developer ... Learning ionic native would be easy?
@GaneshPatil-bs7er
@GaneshPatil-bs7er 6 жыл бұрын
thanks in advanced I'm getting with simulator getting response with final response not set
@saukraya3254
@saukraya3254 4 жыл бұрын
If only this work with LCARS, then it will be perfect.
@carlossegura403
@carlossegura403 6 жыл бұрын
awesome tutorial!
@Buckleupwithme
@Buckleupwithme 3 жыл бұрын
Is there is any way to change google assistant voice programmatically through node js ?
@aaronharding3695
@aaronharding3695 4 жыл бұрын
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.
@AbhishekKumar-mq1tt
@AbhishekKumar-mq1tt 6 жыл бұрын
Thank u for this awesome video
@carpfishprodcuts
@carpfishprodcuts 6 жыл бұрын
Crazyyy more dialogflow pleasee
@Fireship
@Fireship 6 жыл бұрын
It can get way more advanced from here, I'll do more in the future.
@adriannlara
@adriannlara 6 жыл бұрын
to pro for me U_U, greate video anyway
@bashful88
@bashful88 6 жыл бұрын
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.
@EnginMarshall
@EnginMarshall 6 жыл бұрын
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
@bashful88
@bashful88 6 жыл бұрын
@@EnginMarshall thank you :) it worked...
@skgaming3562
@skgaming3562 5 жыл бұрын
what linux distro are you using?
@satishwadekar606
@satishwadekar606 5 жыл бұрын
Can we have a web-hook between Assistant & Dialogflow ? because i want to make some decision making before request goes to Dialogflow ?
@WhimsyPC
@WhimsyPC 5 жыл бұрын
You will have to use Actions-SDK in that case but that would be the replacement of Dialogflow, not something between Assistant & Dialogflow.
@souvikduttcreations4329
@souvikduttcreations4329 5 жыл бұрын
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
@harpymaslow
@harpymaslow 6 жыл бұрын
You rock, man. Thanks
@ismail7947
@ismail7947 6 жыл бұрын
how to build it on my own device?
@MuhammadNurdinnewspecies
@MuhammadNurdinnewspecies 4 жыл бұрын
It's work on http? Or only https?
@dango_3016
@dango_3016 5 жыл бұрын
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?
@danielsimionescu298
@danielsimionescu298 6 жыл бұрын
Cool :D
@manishpingale6558
@manishpingale6558 5 жыл бұрын
I want to make this app in Android help me
@asifa9853
@asifa9853 4 жыл бұрын
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.
@amangadpale6251
@amangadpale6251 5 жыл бұрын
Source codes please @Fireship
@sidd_yt_88
@sidd_yt_88 3 жыл бұрын
Op
@Gravitytent
@Gravitytent 4 жыл бұрын
I wish I were smarter
@χρηστοςΜπακολουκας
@χρηστοςΜπακολουκας 5 жыл бұрын
SOXRAMPRH OLOI
100+ Web Development Things you Should Know
13:18
Fireship
Рет қаралды 1,5 МЛН
The Ultimate Voice Assistant Battle.
9:51
Mrwhosetheboss
Рет қаралды 12 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 17 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 18 МЛН
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,6 МЛН
Google Releases AI AGENT BUILDER! 🤖 Worth The Wait?
34:21
Matthew Berman
Рет қаралды 240 М.
How One Line of Code Almost Blew Up the Internet
13:47
Kevin Fang
Рет қаралды 2 МЛН
Algolia Firestore Instant Search
9:53
Fireship
Рет қаралды 49 М.
Send Commands to Any Google Assistant Controlled Device // ft. Vont Home
17:23
I Tried Every AI Coding Assistant
24:50
Conner Ardman
Рет қаралды 822 М.
I built the same app 10 times // Which JS Framework is best?
21:58
Fireship
Рет қаралды 2,5 МЛН
Creator of git, Linus Torvalds Presents the Fundamentals of git
1:10:15
Developers Alliance
Рет қаралды 113 М.
100 Firebase Tips, Tricks, and Screw-ups
24:31
Fireship
Рет қаралды 189 М.
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,4 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 17 МЛН