Microsoft Bot Framework Tutorial & Azure Bot Service Intro | Create a Chatbot

Поділитися
Вставка
  • Опубліковано 4 кві 2019
  • Join us in this tutorial as we use the Microsoft Bot Framework to create a simple echo chatbot and then test it using the Bot Framework Emulator.
    NodeJS download:
    nodejs.org
    Install windows-build-tools:
    npm install -g windows-build-tools
    Install Yeoman & 'generator-botbuilder':
    npm install -g yo generator-botbuilder
    Bot Framework Emulator download:
    github.com/Microsoft/botframe...
    Endpoint to target in emulator:
    localhost:3978/api/messages
  • Наука та технологія

КОМЕНТАРІ • 60

  • @brian1801
    @brian1801 4 роки тому +17

    Two minutes in and already know this video is a winner. No shouting, no music, clear presentation. Thanks!

  • @lb1983ify
    @lb1983ify 3 роки тому

    Really enjoy watching your videos and watching you. I learn so many useful things from your videos. I'll continue to monitor and watch you closely moving forward. Thank you very much!

  • @mihirmehta6736
    @mihirmehta6736 4 роки тому +10

    It is accurate and is working perfectly fine , commendable job for the detailed walkthrough

  • @MrRimion
    @MrRimion 4 роки тому

    I have just started to look at developing my own Bot and this was an excellent starting point. I look forward to upcoming videos.

  • @cyborgsan
    @cyborgsan 3 роки тому +2

    Thanks so much, 15 minute tutorial took me 3 hours tho haha! But this was really helpful and I succeeded in every step, something I never did!

  • @Eltik
    @Eltik 4 роки тому +5

    I love this! Thanks so much for an epic tutorial!

  • @SIrfan-qj9oq
    @SIrfan-qj9oq 3 роки тому

    Excellent. Packed some much in so little time.

  • @dineshbabu7031
    @dineshbabu7031 4 роки тому +1

    wonderful video for beginners , Thanks a lot

  • @psybuck2002us
    @psybuck2002us 5 років тому +5

    Great tutorial!

  • @WMagnum30
    @WMagnum30 5 років тому +2

    Great breakthrough demo!

  • @pulkitparihar2880
    @pulkitparihar2880 4 роки тому +1

    Very informative! Thank you

  • @danyyilbun6736
    @danyyilbun6736 4 роки тому

    Thank you for this tutorial , it really helps

  • @muhammedsaadmantalukder6795
    @muhammedsaadmantalukder6795 4 роки тому +2

    It’s is nice tutorial for Microsoft Bot Framework. I'm waiting for next tutorial, like using LUIS library.

  • @victorjoel44
    @victorjoel44 4 роки тому +1

    I want to develop a bot but like a workflow, which one is better QnA or LUIS?
    the flow will be like
    option 1 pay bills -> write the bill number (search for the bill backend)-> your total to pay is $10-> press 1 to pay, press 2 to cancel

  • @dillonharless7190
    @dillonharless7190 4 роки тому +5

    Great tutorial! Just curious, though... mine looks completely different. My bot.js file is configured as a class. Do you think I have the right framework?

    • @BlockExplorerMedia
      @BlockExplorerMedia  4 роки тому +2

      yes, that is the recommended approach going forward. also .bot files have been deprecated in favor of .env files. lots of changes with the recent releases to the framework. i plan to release an updated tutorial soon.

    • @dillonharless7190
      @dillonharless7190 4 роки тому

      @@BlockExplorerMedia Thanks for getting back to me. Looking forward to that!

  • @eslammedhat7151
    @eslammedhat7151 3 роки тому

    you are a life saver ❤️❤️

  • @alpaltnsy
    @alpaltnsy 4 роки тому +1

    I want to work on the code and develop the bot locally on my computer. Do you know how to edit the source code? I do not know which file I should open to make changes to my bot code.

  • @629_nishantghadigaonkar3
    @629_nishantghadigaonkar3 2 роки тому +1

    Hello I am struck right after the first step...npm install -g windows-build-tools
    It runned till successfully installed python. After that it's still on the same line from half an hour.
    Any solution for this ?

  • @tanzeelrana7348
    @tanzeelrana7348 3 роки тому

    what if i am developing on mac ? what is the replacement for npm install -g windows-build-tools
    ?

  • @fazalabbas7407
    @fazalabbas7407 2 роки тому +1

    Helpful video

  • @roybarkayyosef
    @roybarkayyosef 4 роки тому +1

    wonderful
    that's great

  • @lokeshd9375
    @lokeshd9375 4 роки тому

    Awsumm man ..!!

  • @sreeniv09
    @sreeniv09 4 роки тому

    is there a way out of the box to restrict my bot to be seen only by certain channels in teams?

  • @mountaintree
    @mountaintree 3 роки тому

    Good demo

  • @PedroP0rtes
    @PedroP0rtes 4 роки тому

    amazing!

  • @mlcee4308
    @mlcee4308 4 роки тому +1

    With me it does not create a .bot file for some reason.

  • @Robots-and-androids
    @Robots-and-androids 4 роки тому

    (8:28) After I opened vision studio 2017 community, I can't see the "Explorer". I only see "Toolbox" and "Solution Explorer". Suggestions?

    • @ravitejafly
      @ravitejafly 4 роки тому

      You have to open this in Visual studio code

  • @theonlycatonice
    @theonlycatonice 3 роки тому

    Thanks Ben 10! (your voice sounds like teenager ben 10)

  • @dwaynelosenada744
    @dwaynelosenada744 2 роки тому

    How to implement the created bot in React Native?

  • @pavelv.134
    @pavelv.134 4 роки тому

    @Cloud Path, thank you for this tutorial. I am completely new to this environment but it's easy to follow. I created the Bot however it gave me gyp errors, it can't find python. I heard you mention it in the video. I'm assuming is a computer language. How do i install it? Once again thank you.

    • @rakeshkorada1058
      @rakeshkorada1058 3 роки тому

      hlo mate! r u working on bot services with python?

  • @elsam3597
    @elsam3597 4 роки тому +1

    do i need some special account,cause i can not open the web,it shows i need to login,but i do login my microsft,so confused.

    • @BlockExplorerMedia
      @BlockExplorerMedia  4 роки тому +1

      You shouldn't need any kind of account to complete this tutorial and build a local bot. You would need a Microsoft Azure account in order to deploy a bot to production though.

    • @elsam3597
      @elsam3597 4 роки тому

      @@BlockExplorerMedia thank u,got it

  • @madhavsuryawanshi280
    @madhavsuryawanshi280 4 роки тому

    How to connect this bot with Microsoft teams?

  • @alexandercle
    @alexandercle 3 роки тому

    Could anyone help solve this, at
    C: >cd Projects
    I kept got "The system cannot find the path specified"

    • @zenpeace6484
      @zenpeace6484 3 роки тому

      Try 'cd c:\' (you are now in root directory) next type 'cd' (see if c:\Projects exists) if not there type' mkdir projects ' then do ' cd' again. Ignore ' don't type them.

  • @mano2171
    @mano2171 3 роки тому

    can we add the same bot to MS Teams ?

  • @alankar12158
    @alankar12158 4 роки тому +1

    Great Job! How do i connect my luis App to this bot?

    • @BlockExplorerMedia
      @BlockExplorerMedia  4 роки тому +1

      i'm currently working on a bot tutorial with LUIS integration...coming soon

  • @tuyakulamusheko169
    @tuyakulamusheko169 4 роки тому

    the bot.js echo template looks different in 2020

  • @629_nishantghadigaonkar3
    @629_nishantghadigaonkar3 2 роки тому

    Which url u pasted there ?

  • @nolukhanyobooikay3312
    @nolukhanyobooikay3312 4 роки тому

    Everything was going perfectly fine as a beginner so happy until I typed "yo builder" on my command prompt instead of getting a
    dialogue I got a "may we anonymously report usage.....? " with a (Y/n) at the end been clicking "n" even "yes" forever there is no movement it's just stuck! don't really know what to do now😏

  • @pedrobarretto1483
    @pedrobarretto1483 4 роки тому

    Can i use this with Whatsapp?

  • @sejalpatel767
    @sejalpatel767 3 роки тому

    Can u please make a video by using python as sdk

    • @rakeshkorada1058
      @rakeshkorada1058 3 роки тому

      hlo mate! r u working on bot services with python?

  • @foolingothersfoolingothers
    @foolingothersfoolingothers 4 роки тому

    error botbuilder

  • @xeraghg
    @xeraghg 2 роки тому +1

    3:40 , did you just google google.com on google?

    • @BlockExplorerMedia
      @BlockExplorerMedia  2 роки тому

      you're damn right I did! lol...I guess multitasking isn't my forte : )

  • @tanweerchiktay7482
    @tanweerchiktay7482 10 місяців тому

    hey

  • @kingslygunawardana9221
    @kingslygunawardana9221 4 роки тому +1

    wonderful video for beginners , Thanks a lot