Тёмный

Google Assistant Quick Start for Developers 

Fireship
Подписаться 3,4 млн
Просмотров 84 тыс.
50% 1

Опубликовано:

 

31 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 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.
@MercyFromOverwatch2
@MercyFromOverwatch2 3 года назад
Jeff is my favourite tech youtuber!
@TechMalaya
@TechMalaya 6 лет назад
the capabilities of google assistant is so mind blowing
@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!
@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 :)
@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
@haustimp
@haustimp 2 года назад
This is amazing - thank you so much!!
@jack-alvin
@jack-alvin 2 года назад
Why c++ is used for building google assistant why not python???,
@galavizK
@galavizK 9 месяцев назад
Ask google
@troyclark4350
@troyclark4350 6 лет назад
Awesome video. You are always provoking great new ideas thanks
@Buckleupwithme
@Buckleupwithme 3 года назад
Is there is any way to change google assistant voice programmatically through node js ?
@carrillocarlosce
@carrillocarlosce 6 лет назад
Thanks man I love your videos (y)
@Fireship
@Fireship 6 лет назад
Thanks for watching :)
@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.
@fati4274
@fati4274 3 года назад
Thanks
@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?
@AbhishekKumar-mq1tt
@AbhishekKumar-mq1tt 6 лет назад
Thank u for this awesome video
@rahulvanmali1406
@rahulvanmali1406 6 лет назад
Since I am angular developer ... Learning ionic native would be easy?
@ismail7947
@ismail7947 6 лет назад
how to build it on my own device?
@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.
@MuhammadNurdinnewspecies
@MuhammadNurdinnewspecies 4 года назад
It's work on http? Or only https?
@carlossegura403
@carlossegura403 6 лет назад
awesome tutorial!
@skgaming3562
@skgaming3562 5 лет назад
what linux distro are you using?
@adriannlara
@adriannlara 6 лет назад
to pro for me U_U, greate video anyway
@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.
@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
@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.
@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.
@harpymaslow
@harpymaslow 6 лет назад
You rock, man. Thanks
@saukraya3254
@saukraya3254 4 года назад
If only this work with LCARS, then it will be perfect.
@GaneshPatil-bs7er
@GaneshPatil-bs7er 6 лет назад
thanks in advanced I'm getting with simulator getting response with final response not set
@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...
@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?
@Gravitytent
@Gravitytent 4 года назад
I wish I were smarter
@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.
@danielsimionescu298
@danielsimionescu298 6 лет назад
Cool :D
@amangadpale6251
@amangadpale6251 5 лет назад
Source codes please @Fireship
@sidd_yt_88
@sidd_yt_88 3 года назад
Op
@χρηστοςΜπακολουκας
SOXRAMPRH OLOI
Далее
I tried 5 Firebase alternatives
10:31
Просмотров 803 тыс.
The most dystopian app ever made…
4:54
Просмотров 966 тыс.
The Ultimate Voice Assistant Battle.
9:51
Просмотров 12 млн
I Tried Every AI Coding Assistant
24:50
Просмотров 838 тыс.
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн
Google Releases AI AGENT BUILDER! 🤖 Worth The Wait?
34:21
Algolia Firestore Instant Search
9:53
Просмотров 49 тыс.