Microsoft Bot Framework .NET - Cards

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

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

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

    I can't seem to install the IMessage module. Does it still exist in the updated version of the Bot framework?
    I would love to see a new series of videos that take into account the changes made this year.

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

    In comparison to other bot frameworks, msft is incredibly easy. Thanks again!!

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

    Thanks for the helpful video. I have here a question. In your model of Enquiry there are just string variables. How about another type of variables like spantime or List. I just build a similar demo like this video and use these variables in my model, but bot ignore these kind of variables during the conversation. How can I fix it?

  • @Eamo-21
    @Eamo-21 6 лет назад

    Love the videos, thanks. Do you know where the conversation answers are stored when the user answers questions in form flow??

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

      Eamon by default the serialised form is stored in the state service API. This has recently been deprecated but can be replaced by your own provider. This doc details further docs.microsoft.com/en-us/bot-framework/dotnet/bot-builder-dotnet-state

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

    Hi James,
    Can you make and example in which you ask for a password via a card or intelligent construct? the person inputs the psswd and is replaced by asterisks. It is then compared to a hard coded password in the program before allowing to continue using the bot
    THanks!

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

      +Ed Zamper one way you could deliver this is with a Facebook Messenger webview which is a way to enhance your Bot with rich content. There's a video coming soon which will hopefully help 🙂

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

      James Mann Sounds good James. I'm planning to use s Skype bot to give a customer access to some home automation via typed commands or selection cards. Needless to say, some sort of password protection is desired, preferrably every X amount of time he wants to initiate a conversation. Also encryption is required, let me know your thoughts on this.

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

    nice video thank you)

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

    Dear James, do u have any video of adding facebook mesenger to a bot?

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

      Anubhav Singh not at the moment though. I'm keeping a list of your suggestions. they are all really good I am just having to work my way through them slowly. I might start a poll to see what people are most interested in and prioritize that way. just know that I am paying attention and more content is coming 🙂

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

      thanks. look forward

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

    Whats up bro ?
    I follow your vids , but in this one you dont show The Sign in card can you make a example or show the sign in card ?

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

      CHx Xq good point thanks for the feedback. I will make another short video and show that one

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

    instead of writing , can you show us how to use the hero card.button ? so you can clique ! easier i think !