种子简介
种子名称:
[FreeCourseSite.com] Udemy - Create Chatbot for Website with React and Node.js
文件类型:
视频
文件数目:
90个文件
文件大小:
5.31 GB
收录时间:
2020-9-1 06:24
已经下载:
3次
资源热度:
186
最近下载:
2024-11-26 07:54
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:dd8bd31df6e47a33d09f467989f098711a6ce08d&dn=[FreeCourseSite.com] Udemy - Create Chatbot for Website with React and Node.js
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseSite.com] Udemy - Create Chatbot for Website with React and Node.js.torrent
1. Introduction Course Overview/1. Introduction.mp467.54MB
1. Introduction Course Overview/2. App OverView.mp433.96MB
1. Introduction Course Overview/3. Tech Stack.mp455.82MB
1. Introduction Course Overview/4. Behind the scenes – application architecture.mp433.16MB
1. Introduction Course Overview/5. Fulfillment Flow.mp427.06MB
1. Introduction Course Overview/6. Development stages.mp440.93MB
10. JavaScript client/1. JavaScript client introduction.mp430.29MB
10. JavaScript client/2. JavaScript token generation.mp469.85MB
10. JavaScript client/3. Call DialogFlow from FrontEnd.mp486.26MB
10. JavaScript client/4. Response format.mp439.61MB
10. JavaScript client/5. Token and extra configuration to environment variables.mp445.56MB
10. JavaScript client/6. Generate token in nodejs.mp4104.63MB
10. JavaScript client/7. Registration via fulfillment.mp439.65MB
10. JavaScript client/8. Publish the code.mp423.18MB
11. Extra content - DialogFlow Q&A/1. How to validate a parameter in DialogFlow.mp4239.22MB
11. Extra content - DialogFlow Q&A/2. How to call another intent from DialogFlow fulfillment.mp4162.47MB
11. Extra content - DialogFlow Q&A/3. How to prevent parameter validation loop in bots.mp4264.25MB
11. Extra content - DialogFlow Q&A/4. DialogFlow - get first name and last name - in the fulfilment code.mp4180.2MB
2. DialogFlow introduction/1. DialogFlow Introduction Create an agent.mp424.95MB
2. DialogFlow introduction/2. Google project service accounts agent settings.mp438.21MB
2. DialogFlow introduction/3. DialogFLow Intents Basics - Fallback and Welcome intent.mp439.87MB
2. DialogFlow introduction/4. DialogFLow Intents Basics - Developer defined Intents.mp433.73MB
2. DialogFlow introduction/5. DialogFlow Entities.mp432.78MB
2. DialogFlow introduction/6. Intents with parameters.mp441.46MB
2. DialogFlow introduction/7. Prebuild agents.mp437.12MB
2. DialogFlow introduction/8. Smalltalk.mp418.52MB
3. Server Side App/1. Architecture Introduction.mp451.39MB
3. Server Side App/2. Install Express & Generate Express App.mp484.51MB
3. Server Side App/3. Heroku deployment configuration.mp488.33MB
3. Server Side App/4. Heroku deployment.mp460.14MB
3. Server Side App/5. Nodemon setup.mp448.44MB
4. Connect Server Side app & DialogFlow/1. Introduction.mp416.1MB
4. Connect Server Side app & DialogFlow/10. Common errors when first deploying to Heroku.mp432.75MB
4. Connect Server Side app & DialogFlow/2. Routes.mp454.33MB
4. Connect Server Side app & DialogFlow/3. DialogFlow module Authentication setup part 1.mp443.94MB
4. Connect Server Side app & DialogFlow/4. DialogFlow module Authentication setup part 2.mp490.25MB
4. Connect Server Side app & DialogFlow/5. Text query to DialogFlow with Async await.mp459.81MB
4. Connect Server Side app & DialogFlow/6. Chatbot module.mp447.01MB
4. Connect Server Side app & DialogFlow/7. Event query to DialogFlow.mp440.87MB
4. Connect Server Side app & DialogFlow/8. Config local & server Heroku env variables.mp4114.96MB
4. Connect Server Side app & DialogFlow/9. Deploy to Heroku Test endpoints.mp436.94MB
5. FrontEnd - Client Side – React setup/1. FrontEnd - Client Side Introduction.mp420.17MB
5. FrontEnd - Client Side – React setup/10. Simple Message component.mp491.84MB
5. FrontEnd - Client Side – React setup/11. Welcome message.mp421.79MB
5. FrontEnd - Client Side – React setup/12. Enable text input from user.mp433.34MB
5. FrontEnd - Client Side – React setup/13. Scroll to last message rendered.mp450.79MB
5. FrontEnd - Client Side – React setup/15. Unique Session for visitors.mp480.57MB
5. FrontEnd - Client Side – React setup/2. React app Generation.mp484.18MB
5. FrontEnd - Client Side – React setup/3. Two servers for development.mp475.15MB
5. FrontEnd - Client Side – React setup/4. Proxy.mp439.73MB
5. FrontEnd - Client Side – React setup/5. Components for the page - part 1.mp479.21MB
5. FrontEnd - Client Side – React setup/6. Components for the page - part 2.mp491.78MB
5. FrontEnd - Client Side – React setup/7. HTML & CSS with Materialize.mp449.63MB
5. FrontEnd - Client Side – React setup/8. Connect Server and Client.mp478.47MB
5. FrontEnd - Client Side – React setup/9. Add API calls to backend APP.mp4133.95MB
6. Developing Frontend/1. Introduction.mp413.67MB
6. Developing Frontend/10. Follow up intents.mp437.72MB
6. Developing Frontend/11. DialogFlow contexts.mp436.23MB
6. Developing Frontend/12. Quick replies test.mp416.56MB
6. Developing Frontend/13. DialogFlow events.mp461.83MB
6. Developing Frontend/14. Slot filling.mp464.11MB
6. Developing Frontend/16. Show hide bot.mp497.02MB
6. Developing Frontend/17. Welcome on Shop – DialogFlow setup.mp472.8MB
6. Developing Frontend/18. Welcome on Shop – listen to navigation history.mp494.33MB
6. Developing Frontend/19. Chatbot – a pause between messages.mp446.63MB
6. Developing Frontend/2. Cards Message in DialogFlow.mp442.27MB
6. Developing Frontend/3. Cards response from DialogFlow in React App.mp433.8MB
6. Developing Frontend/4. Card component.mp476.71MB
6. Developing Frontend/5. Render card galleries part 1.mp4135.09MB
6. Developing Frontend/6. Render card galleries part 2.mp457.42MB
6. Developing Frontend/7. QuickReplies Message in DialogFlow.mp437.76MB
6. Developing Frontend/8. Quick replies components.mp4122.89MB
6. Developing Frontend/9. Quick replies components implementation.mp484.81MB
7. Save data from conversation to database/1. Mongo db introduction.mp429.14MB
7. Save data from conversation to database/2. Mongo db setup.mp4117.32MB
7. Save data from conversation to database/3. Mongoose Introduction.mp433.3MB
7. Save data from conversation to database/4. Add Mongoose to code.mp426.52MB
7. Save data from conversation to database/5. Where to catch and save registration.mp433.06MB
7. Save data from conversation to database/6. Mongoose model Classes.mp417.32MB
7. Save data from conversation to database/7. Saving registration.mp457.53MB
8. Fulfillment/1. Introduction to fulfillment.mp420.1MB
8. Fulfillment/2. Ngrok for local fulfillment.mp448.81MB
8. Fulfillment/3. Fulfilment setup.mp454.92MB
8. Fulfillment/4. Fullfilment write to database.mp462.21MB
8. Fulfillment/5. Fullfilment read from database.mp442.66MB
9. Deploying to Heroku/1. Dev vs Prod environment.mp421.98MB
9. Deploying to Heroku/2. FrontEnd routing on Server.mp422.64MB
9. Deploying to Heroku/3. Build script for client - postbuild script.mp434.6MB
9. Deploying to Heroku/4. Code optimisation before deployment.mp443.41MB
9. Deploying to Heroku/5. Deploying on Heroku.mp425.35MB