Microsoft Bot Framework .NET - Your first Bot

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

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

  • @odingames253
    @odingames253 6 лет назад +1

    Can I use it to create a chatbot that works with weather, news, currency and other?
    For example, if I say "Hey, what's the weather in London?", he replies to me with "today the weather is sunny, with 13°C etc"
    Or "News from London", he replies to me with the latest news from London. Can I do this with bot framework? What do you advise me?
    Oh, it's a WPF app, so not in a website

  • @amanagarwal7186
    @amanagarwal7186 6 лет назад

    Hey James. When i try to create AppId and Password, I got "Insufficient privileges to perform this operation" this error.What is the solution for this? I have free Azure account.

  • @brabuuush-7580
    @brabuuush-7580 3 года назад

    Can this be used for creating a chatbot such as ones on shopping websites?

  • @atefdeddech7739
    @atefdeddech7739 6 лет назад

    i have a problem in response message of the bot '' 401 unauthorized '' and in the dev.botframework.com =
    Bot migration is past due, please migrate it now to avoid service interruption. Learn more about the migration. MIGRATE THIS BOT
    and when i migrate i get an error

  • @hadasborger3484
    @hadasborger3484 6 лет назад

    hi! i want to bot to start a conversation - how do i do that? that the bot will say "hello user" first.
    after that i want the bot to search the web for a picture and print it. how do i do that? any help? thank you!

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

    Horribly distorted audio! :-(

  • @ehsank-mn2db
    @ehsank-mn2db 3 года назад

    Hi and thanks for the video. If possible , can you show the steps to send a message to Microsoft Teams channels ? Thanks in advanced.

  • @daphnenicholson3355
    @daphnenicholson3355 7 лет назад +4

    Do I need Azure to host my Bot remotely?

    • @JamesEMann
      @JamesEMann  7 лет назад +3

      Daphne Nicholson I used Azure because they have a free plan for hosting your bot, but you can host your bot with any cloud provider or even on your own web server as long as it has a publicly accessible HTTPS URL. Hope that answers your question.

  • @jayanders1485
    @jayanders1485 5 лет назад

    Hey man - following your tutorial it seems to be using .Net Core now. Have I missed something? Or has Microsoft just changed their bot template now?

  • @aijuthomas2071
    @aijuthomas2071 5 лет назад

    can you post a video on how to deploy in azure?

  • @uzeyirbulbul8392
    @uzeyirbulbul8392 6 лет назад

    Helpful, but i can't find emulator setup :(

  • @-coldfear-9778
    @-coldfear-9778 5 лет назад

    Is there a possibility to link chatbot using asure with my web project in asp.net?

  • @brosmann007
    @brosmann007 6 лет назад

    Thanks for the video.. It really helped a lot !!

  • @ankurtandon4183
    @ankurtandon4183 6 лет назад

    Hi James,
    I need to implement a Thumbs Up and Down for chat bot response just below the response. Something like implemented in this bot
    www.sbicard.com/en/personal/benefits/easy-access-channels/chatbot.page
    Please guide me how can this be implemented. I am using Microsoft Chat Bot Framework direct line channel. I am able to do the same via an adaptive card using two buttons for thumbs up and down but i don't want to loose space by using a card, hence need to place it just below every response as in the URL above.
    Thanks!

    • @JamesEMann
      @JamesEMann  6 лет назад

      If you are using the direct line channel i am guessing you have created your own UI for the chatbot. If that's the case you can use channel data to transmit this additional data. The server and the client can put any JSON data in there as long as they agree on the data contract, so your should be able to set a reaction in the channel data. You will just have to create the interaction points in your user interface

    • @JamesEMann
      @JamesEMann  6 лет назад

      This document details using channel data for public channel types, but you can use the same principle with private channels (direct line) 👉 docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-channeldata?view=azure-bot-service-3.0#additional-resources

    • @JamesEMann
      @JamesEMann  6 лет назад

      Hopefully that helps - I can do a video explaining this if it needs further explanation

    • @ankurtandon4183
      @ankurtandon4183 6 лет назад

      @@JamesEMann The video will be very helpful. Cheers

  • @santoshprasad890
    @santoshprasad890 6 лет назад

    Can I implement the Bot in my mobile application after creating the Bot Framework?

    • @JamesEMann
      @JamesEMann  6 лет назад +1

      Sure, you can use direct line to talk to your bot through any application. If your mobile app is a PWA you can also embed a webchat control directly into it.

    • @JamesEMann
      @JamesEMann  6 лет назад +1

      Direct line - docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-direct-line-3-0-concepts?view=azure-bot-service-3.0

    • @JamesEMann
      @JamesEMann  6 лет назад +1

      Webchat - docs.microsoft.com/en-us/azure/bot-service/bot-service-channel-connect-webchat?view=azure-bot-service-3.0

    • @JamesEMann
      @JamesEMann  6 лет назад +1

      Hope that all makes sense 👍

  • @djeronymol
    @djeronymol 7 лет назад

    Hello James, I really liked the video, if you can help me with this doubt, when I tried to use the bot emulator it was in a much higher version than the one you are using, but I can not make the bot connect with the emulator, which today Is in version 3.5.29. Can you give me any tips on how to do it? Thank you and good luck. Jeronymo

    • @MrShubhambindal
      @MrShubhambindal 7 лет назад

      Jeronymo Araújo hi man, facing same issue. If you get something do tell. thanks

    • @JamesEMann
      @JamesEMann  7 лет назад

      Check your port and make sure your App ID and App password match the values in the web config. Other than that can you access your API through a web browser on the same machine?

    • @kevliao
      @kevliao 7 лет назад

      I find that putting in the id and pwd in the web.config causes the emulator to not work (ie not hitting VS debug). If I leave the web.config blank, then it works. Weird.

    • @ashminswain9544
      @ashminswain9544 7 лет назад

      save it before exiting

  • @stephen9646
    @stephen9646 7 лет назад +1

    Will this work in visual studio 2013?

    • @JamesEMann
      @JamesEMann  7 лет назад

      I haven't tried it but I don't see why not. Even if the project template does not work you should still be able to add the nuget packages manually. Having said all that why don't you try VS 2017 community edition? It's free and that has all the features you need www.visualstudio.com/downloads/

    • @stephen9646
      @stephen9646 7 лет назад

      Thanks for the link James =)

  • @diworksoluciones9708
    @diworksoluciones9708 6 лет назад

    Good! view in 1.25 velocity

  • @samattou4251
    @samattou4251 7 лет назад

    Hi James , This is great, Quick question, if we host our bot on our server do we need appID and password?

    • @JamesEMann
      @JamesEMann  7 лет назад

      +sam attou hi there. Yes you still need the app id and password. This secures the connection between the Bot Framework registration and your bot application.

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

    Great video.