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