Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Chatbots: Messenger chatbot with API.ai and Node.JS, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:26
    Introduction
  • Урок 2. 00:03:12
    ChatBots - what are they and how do we build one?
  • Урок 3. 00:03:16
    ChatBot behind the scenes
  • Урок 4. 00:02:01
    Create a Facebook page
  • Урок 5. 00:01:42
    Create a Facebook application
  • Урок 6. 00:04:45
    DialogFlow setup and introduction
  • Урок 7. 00:03:20
    Connect DialogFlow and Facebook application - updated
  • Урок 8. 00:04:55
    First conversation with your bot
  • Урок 9. 00:07:23
    Show chat bot how to answer FAQ
  • Урок 10. 00:05:28
    How to test and train a ChatBot / Add friends as testers
  • Урок 11. 00:06:30
    Chatbot job enquiry
  • Урок 12. 00:12:01
    Teach chat bot to take candidates info
  • Урок 13. 00:04:28
    Test your chatbot - job interview test
  • Урок 14. 00:02:53
    No application context
  • Урок 15. 00:09:49
    DialogFlow - Rich messages Part 1
  • Урок 16. 00:04:20
    DialogFlow - Rich messages Part 2
  • Урок 17. 00:06:35
    Prebuilt agents
  • Урок 18. 00:06:07
    Follow-up intents
  • Урок 19. 00:00:38
    DialogFlow intents priority
  • Урок 20. 00:06:33
    Introduction to app review - Steps to take
  • Урок 21. 00:02:43
    Get the pages_messaging right
  • Урок 22. 00:02:27
    Facebook app basic settings
  • Урок 23. 00:03:33
    Privacy policy link for Facebook app
  • Урок 24. 00:03:48
    Submit for review / publish the chatbot on Messenger
  • Урок 25. 00:05:37
    Introduction to part 2
  • Урок 26. 00:06:11
    Heroku, GIT and Node.js
  • Урок 27. 00:07:17
    Initial project in Node.js
  • Урок 28. 00:07:10
    Project configuration
  • Урок 29. 00:06:12
    Google authentication / service accounts / google project
  • Урок 30. 00:07:24
    Code walktrough - part 1
  • Урок 31. 00:08:17
    Code walktrough - part 2
  • Урок 32. 00:02:50
    Take care of security
  • Урок 33. 00:04:38
    First deploy to server
  • Урок 34. 00:03:30
    Common mistakes that happen when first deploying to Heroku
  • Урок 35. 00:05:47
    Get information from conversation - part 1 - updated
  • Урок 36. 00:08:45
    Get information from conversation - part 2 - updated
  • Урок 37. 00:03:12
    Test new feature
  • Урок 38. 00:06:11
    Send button message - delivery extra options
  • Урок 39. 00:05:48
    Set a greeting text for your chatbot
  • Урок 40. 00:03:27
    Set get started button
  • Урок 41. 00:06:38
    Set persistant menu
  • Урок 42. 00:01:58
    Disable text input
  • Урок 43. 00:04:26
    Get information about the user
  • Урок 44. 00:04:57
    Quick replies in parameters
  • Урок 45. 00:08:18
    Connect to 3rd party API - Part 1
  • Урок 46. 00:05:11
    Connect to 3rd party API - Part 2
  • Урок 47. 00:05:43
    Setup a database for the chatbot on Heroku
  • Урок 48. 00:05:10
    Create user table for the user information
  • Урок 49. 00:05:30
    Save user information into a database
  • Урок 50. 00:05:07
    Refactor user module - Part 1
  • Урок 51. 00:06:03
    Refactor user module - Part 2
  • Урок 52. 00:04:31
    More work with a database - retrieving and using user's preferences
  • Урок 53. 00:01:28
    Create DialogFlow intent for colors inquiry
  • Урок 54. 00:05:03
    Setup database tables to store information and user’s preference
  • Урок 55. 00:04:02
    Read information user seeks (available colors) from database
  • Урок 56. 00:04:06
    Remember user’s preference (color)
  • Урок 57. 00:04:14
    Use user’s preference later in the conversation - updated
  • Урок 58. 00:06:11
    Refactor all the bot code
  • Урок 59. 00:03:26
    DialogFlow - trigger the intent with event
  • Урок 60. 00:03:29
    Introduction to broadcasting
  • Урок 61. 00:03:16
    Newsletter: Quick menu callback
  • Урок 62. 00:05:30
    Newsletter: save settings to database
  • Урок 63. 00:02:21
    Newsletter: unsubscribe
  • Урок 64. 00:03:03
    Newsletter: quick menu - Subscribe to news
  • Урок 65. 00:02:53
    Get the FB rights to send notifications - updated
  • Урок 66. 00:02:00
    Application for sending news to bot users
  • Урок 67. 00:09:29
    Facebook login: Introduction and setup -updated
  • Урок 68. 00:02:02
    Ejs templating: Introduction
  • Урок 69. 00:08:14
    Facebook Login: Authentication implementation
  • Урок 70. 00:04:39
    Ejs templates and login page
  • Урок 71. 00:03:50
    Logged in user object
  • Урок 72. 00:03:11
    Secure login
  • Урок 73. 00:02:13
    Broadcast form
  • Урок 74. 00:08:10
    Broadcast confirm
  • Урок 75. 00:03:04
    Send messages
  • Урок 76. 00:03:24
    WebViews Introduction
  • Урок 77. 00:01:42
    Whitelisting domains
  • Урок 78. 00:03:57
    Add WebView to persistent menu
  • Урок 79. 00:05:12
    Create first WebView
  • Урок 80. 00:02:51
    Create settings form
  • Урок 81. 00:02:10
    Close WebView window
  • Урок 82. 00:03:27
    Get information from a WebView (the form)
  • Урок 83. 00:03:51
    Get user id from Messenger Extensions
  • Урок 84. 00:07:02
    Beautify form with Materialize design
  • Урок 85. 00:03:10
    Save setting from a WebView to a database
  • Урок 86. 00:03:04
    Read settings from database and display them in a WebView
  • Урок 87. 00:05:01
    Handover protocol - Introduction
  • Урок 88. 00:05:05
    Handover protocol Flow
  • Урок 89. 00:02:23
    Handover protocol setup
  • Урок 90. 00:03:51
    Pass thread control - code
  • Урок 91. 00:02:31
    Stand by channel events
  • Урок 92. 00:02:57
    Connecting the dots with DialogFlow intents
  • Урок 93. 00:05:23
    Test the conversation
  • Урок 94. 00:24:01
    How to validate a parameter in DialogFlow
  • Урок 95. 00:14:25
    How to call another intent from DialogFlow fulfillment
  • Урок 96. 00:22:37
    How to prevent parameter validation loop in bots
  • Урок 97. 00:13:11
    REGEXP entities
  • Урок 98. 00:03:10
    Allow automated expansion
  • Урок 99. 00:03:26
    Fuzzy matching
  • Урок 100. 00:08:07
    DialogFlow Mega Agents
  • Урок 101. 00:05:37
    Sentiment analysis in a nutshell
  • Урок 102. 00:05:36
    Sentiment analysis for a chatbot
  • Урок 103. 00:03:05
    Common implementation scenarios in chatbot
  • Урок 104. 00:01:17
    More about sentiment analysis
  • Урок 105. 00:01:03
    Conclusion