Udemy - Master Dialogflow CX - Build Engaging Chatbots [2025]
- Category Other
- Type Tutorials
- Language English
- Total size 2.9 GB
- Uploaded By freecoursewb
- Downloads 80
- Last checked 3 weeks ago
- Date uploaded 6 months ago
- Seeders 1
- Leechers 6
Infohash : 44C7B4311BA8D5E2DACB1AD62796562986B97C7B
Master Dialogflow CX - Build Engaging Chatbots [2025]
https://WebToolTip.com
Published 5/2025
Created by Raj Kapadia
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English | Duration: 60 Lectures ( 4h 55m ) | Size: 2.9 GB
Master Dialogflow CX & FastAPI — Build Chatbots, Webhooks, Real Projects & Deploy on Web/Telegram
What you'll learn
Build advanced conversational agents using Google Dialogflow CX, including the use of intents, entities, flows, pages, parameters, and route management.
Develop and deploy robust webhook services using Python and FastAPI to handle dynamic user interactions, external API calls, and business logic.
Design and implement real-world chatbot solutions like appointment schedulers and food ordering bots, complete with database and calendar integrations.
Deploy Dialogflow CX agents to multiple platforms, including websites using Dialogflow Messenger and messaging apps like Telegram.
Requirements
No prior experience with Dialogflow CX is required — this course starts from the basics and gradually moves to advanced topics.
Basic understanding of Python programming (variables, functions, and APIs).
A Google Cloud Platform (GCP) account to access Dialogflow CX.
Files:
[ WebToolTip.com ] Udemy - Master Dialogflow CX - Build Engaging Chatbots [2025]- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1 - Introduction
- 1 -About the course.mp4 (28.2 MB)
- 2 -Prerequisites.mp4 (7.1 MB)
- 3 -Get most out of the course.mp4 (17.0 MB)
- 1 -Create account.mp4 (20.8 MB)
- 2 -Create yout first agent.mp4 (17.5 MB)
- 3 -Testing the agent in simulator.mp4 (19.3 MB)
- 4 -Platform overview.mp4 (40.8 MB)
- 1 -Overview of core concepts.mp4 (23.1 MB)
- 1 -conversation_flow_t-shirt-purchase.excalidraw (50.7 KB)
- 1 -fundamental_components.excalidraw (22.4 KB)
- 1 -intent_entity_page_flow_overview.excalidraw (27.5 KB)
- 1 -intent_types.excalidraw (8.6 KB)
- 10 -Create a dynamic route.mp4 (39.5 MB)
- 11 -Create color entity and use it.mp4 (46.1 MB)
- 12 -Create first flow.mp4 (88.0 MB)
- 13 -Moving between flow and page [Note].mp4 (7.2 MB)
- 14 -Showing order summary.mp4 (93.3 MB)
- 15 -Finish buy tshirt conversation.mp4 (40.9 MB)
- 16 -Save and run test cases.mp4 (34.6 MB)
- 17 -Summary of core concepts.mp4 (11.9 MB)
- 2 -Understand tshirt buying conversation flow.mp4 (18.9 MB)
- 3 -Default start flow.mp4 (21.9 MB)
- 4 -Create first intent.mp4 (16.9 MB)
- 5 -Create first route.mp4 (27.0 MB)
- 6 -Create first page.mp4 (42.3 MB)
- 7 -Create first entity.mp4 (22.2 MB)
- 8 -Create an intent w entity.mp4 (33.0 MB)
- 9 -Add entity via paramters.mp4 (44.2 MB)
- agent.json (0.2 KB) entityTypes color
- color.json (0.1 KB) entities
- en.json (0.3 KB)
- en.json (0.4 KB)
- size.json (0.1 KB) flows Buy tshirt
- Buy tshirt.json (1.8 KB) pages
- Capture tshirt parameters.json (1.8 KB)
- Summarize the order.json (1.2 KB)
- Default Start Flow.json (2.6 KB)
- Finalize the order.json (1.8 KB) pages
- Ask address.json (1.3 KB)
- Confirm order.json (1.3 KB)
- Order confirmed.json (0.6 KB)
- en.json (1.9 KB)
- Default Negative Intent.json (0.1 KB)
- Default Welcome Intent.json (0.1 KB) trainingPhrases
- en.json (2.8 KB)
- redirect-buy-tshirt-w-size.json (0.2 KB) trainingPhrases
- en.json (1.0 KB)
- redirect-buy-tshirt.json (0.2 KB) trainingPhrases
- en.json (0.5 KB)
- en.json (0.6 KB)
- user-confirms.json (0.1 KB) user-denies trainingPhrases
- en.json (0.7 KB)
- user-denies.json (0.1 KB) testCases
- tshirt-buy-happy-flow.json (4.3 KB)
- tshirt-buy-sad-flow.json (3.7 KB)
- Local Test.json (0.4 KB)
- 1 -GitHub repository.url (0.1 KB)
- 1 -Introduction.mp4 (13.8 MB)
- 1 -webhook_fulfillment.excalidraw (24.9 KB)
- 1 -webhook_prerequisites.excalidraw (7.0 KB)
- 10 -Create generic template for a webhook.mp4 (68.0 MB)
- 11 -Learn use cases of a webhook.mp4 (62.7 MB)
- 12 -Webhook summary.mp4 (17.2 MB)
- 2 -Prerequisites.mp4 (21.7 MB)
- 3 -Understand the webhook.mp4 (13.3 MB)
- 4 -Set up a virtual environment.mp4 (25.8 MB)
- 5 -Develop minimal Python FastAPI application.mp4 (37.9 MB)
- 6 -Start Ngrok and create a public URL.mp4 (22.6 MB)
- 7 -Setup webhook URL on Dialogflow.mp4 (30.8 MB)
- 8 -See the Dialogflow request on webhook.mp4 (44.3 MB)
- 9 -Send a response to Dialogflow.mp4 (44.8 MB)
- 1 -Google Calendar and Sheets interaction code.url (0.1 KB)
- 1 -Introduction.mp4 (19.0 MB)
- 1 -appointment_scheduler_agent.excalidraw (92.4 KB)
- 10 -Create route group for FAQs.mp4 (46.3 MB)
- 11 -Setup Google calendar and sheets.mp4 (41.6 MB)
- 12 -Interact with the Google calendar and sheets.mp4 (161.2 MB)
- 13 -Setup the webhook.mp4 (49.9 MB)
- 14 -Connect Dialogflow and our webhook.mp4 (61.8 MB)
- 15 -Connect all routes to webhook.mp4 (280.6 MB)
- 16 -Vibe coding get time slots for the day.mp4 (176.6 MB)
- 17 -Navigate to a page from webhook.mp4 (86.6 MB)
- 18 -Save appointment in Google calendar and sheets.mp4 (130.5 MB)
- 19 -Introduction to integration.mp4 (27.4 MB)
- 2 -Understand the conversation flow.mp4 (35.6 MB)
- 20 -Interact with Dialogflow Messenger.mp4 (77.3 MB)
- 21 -Change Dialogflow responses using custom payload.mp4 (23.5 MB)
- 22 -Send custom payload from a webhook.mp4 (17.1 MB)
- 23 -Deploy the webhook on render.mp4 (72.3 MB)
- 24 -Take aways.mp4 (16.7 MB)
- 3 -How we will build this.mp4 (19.9 MB)
- 4 -Restore an agent.mp4 (8.0 MB)
- 5 -Clean default start flow.mp4 (17.1 MB)
- 6 -Create all needed intents.mp4 (52.6 MB)
- 7 -Create schedule appointment flow.mp4 (200.7 MB)
- 8 -Continue working on the schedule appointment flow.mp4 (98.0 MB)
- 9 -Finish schedule appointment flow.mp4 (52.5 MB)
- Bonus Resources.txt (0.1 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce