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

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • 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/Mic...
    Endpoint to target in emulator:
    localhost:3978/api/messages

Комментарии • 61

  • @brian1801
    @brian1801 4 года назад +18

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

  • @mihirmehta6736
    @mihirmehta6736 5 лет назад +10

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

  • @dillonharless7190
    @dillonharless7190 5 лет назад +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  5 лет назад +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 5 лет назад

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

  • @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

  • @629_nishantghadigaonkar3
    @629_nishantghadigaonkar3 3 года назад +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 ?

  • @Eltik
    @Eltik 5 лет назад +5

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

  • @cyborgsan
    @cyborgsan 4 года назад +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!

  • @psybuck2002us
    @psybuck2002us 5 лет назад +5

    Great tutorial!

  • @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.

  • @muhammedsaadmantalukder6795
    @muhammedsaadmantalukder6795 5 лет назад +2

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

  • @mlcee4308
    @mlcee4308 4 года назад +1

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

  • @kingslygunawardana9221
    @kingslygunawardana9221 4 года назад +1

    wonderful video for beginners , Thanks a lot

  • @dineshbabu7031
    @dineshbabu7031 4 года назад +1

    wonderful video for beginners , Thanks a lot

  • @fazalabbas7407
    @fazalabbas7407 3 года назад +1

    Helpful video

  • @antonioflores7042
    @antonioflores7042 Месяц назад

    No pude instalar nada de lo que menciona al inicio del tutorial.

  • @theonlycatonice
    @theonlycatonice 3 года назад

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

  • @roybarkayyosef
    @roybarkayyosef 4 года назад +1

    wonderful
    that's great

  • @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

  • @xeraghg
    @xeraghg 3 года назад +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 : )

  • @paideia-e9u
    @paideia-e9u 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.

  • @pulkitparihar2880
    @pulkitparihar2880 4 года назад +1

    Very informative! Thank you

  • @tanzeelrana7348
    @tanzeelrana7348 4 года назад

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

  • @elsam3597
    @elsam3597 5 лет назад +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  5 лет назад +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 5 лет назад

      @@BlockExplorerMedia thank u,got it

  • @tuyakulamusheko169
    @tuyakulamusheko169 4 года назад

    the bot.js echo template looks different in 2020

  • @tanweerchiktay
    @tanweerchiktay Год назад

    hey

  • @lb1983ify
    @lb1983ify 4 года назад

    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!

  • @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.

  • @dwaynelosenada744
    @dwaynelosenada744 3 года назад

    How to implement the created bot in React Native?

  • @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

  • @sreeniv09
    @sreeniv09 4 года назад

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

  • @629_nishantghadigaonkar3
    @629_nishantghadigaonkar3 3 года назад

    Which url u pasted there ?

  • @madhavsuryawanshi280
    @madhavsuryawanshi280 4 года назад

    How to connect this bot with Microsoft teams?

  • @mano2171
    @mano2171 3 года назад

    can we add the same bot to MS Teams ?

  • @SIrfan-qj9oq
    @SIrfan-qj9oq 4 года назад

    Excellent. Packed some much in so little time.

  • @WMagnum30
    @WMagnum30 5 лет назад +2

    Great breakthrough demo!

  • @pedrobarretto1483
    @pedrobarretto1483 4 года назад

    Can i use this with Whatsapp?

  • @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😏

  • @eslammedhat7151
    @eslammedhat7151 3 года назад

    you are a life saver ❤️❤️

  • @danyyilbun6736
    @danyyilbun6736 4 года назад

    Thank you for this tutorial , it really helps

  • @lokeshd9375
    @lokeshd9375 4 года назад

    Awsumm man ..!!

  • @foolingothersfoolingothers
    @foolingothersfoolingothers 4 года назад

    error botbuilder

  • @mountaintree
    @mountaintree 4 года назад

    Good demo

  • @sejalpatel767
    @sejalpatel767 4 года назад

    Can u please make a video by using python as sdk

    • @rakeshkorada1058
      @rakeshkorada1058 3 года назад

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

  • @PedroP0rtes
    @PedroP0rtes 4 года назад

    amazing!

  • @PashaV93
    @PashaV93 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?