Microsoft Bot Framework .NET - FormFlow

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

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

  • @johng5295
    @johng5295 2 года назад +1

    Thanks in a million James! Very well explained. This is the nth time that I am watching this again. Great content. Awesome. I couldn't find this explanation--simply put anywhere else. “Great teachers are hard to find”. Grade: A++ 💥

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

    I must say your explanation is very clear and easy to understand. You should upload more videos on BOT. Thanks for your effort !

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

      Avinash Reddy thanks for your kind words!

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

    Hey James, I have been following your videos for couple of days. Thanks for sharing the useful information. I could not figure out how can I get the stored information in the FormFlow and use it in other dialogs?

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

    Very good videos James.

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

    gr8 video

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

    Great tutorials James

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

    Hey James, thanks for sharing knowledge about bot framework in such a easy and simple ways. However i was wondering if you can also provide a demo regarding integration of multiple form flows and dialogs. That will be really helpful

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

    Hi, I'm just about to start my first bot; I'm planning the likely flow of the conversation - ideally I want to use idialog for the bulk of it but for some parts of the conversation use the templates in form flow; can the two methods be combined in one solution?

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

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

    Thank you James nice video: I have a question can I start a form workflow once the user says something like may be I want to order something then I should start the workflow capture and then return back to regular chat ?

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

    Is it possible to receive attachments from the user along with text inputs?

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

    Have been following your video, It too good. But wanted to know how can we add dynamic form field like list in the form flow

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

    hi , is very helpful, have one question , how can you generate messagescontroller and entity from tool box ??

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

    Hi James, Thanks for such a great video. While going through Formflow i found that we can create a formflow using JSON at runtime. Can you please provide a video how to use JSON to create form dialog. It will be a great help as sample is not provided for that.

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

    Is there any way to make those Questions random?
    like:
    I've a string list with this items:"hello","how are you?" and i want to choose one of those randomly, is there any way of doing that?

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

    it would be better if it shows yes or no instead of 1 or 2

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

    Sir can you please upload a video on how to validate like example restricting he user to give date in specific interval of time

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

      I can definitely do that, in V3 or V4 of the SDK? Also can you give an example ☺️

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

      James E Mann thank you very much sir for replying back, so this is for sdk v3, and right now I'm making a formflow on applying leave so when the user gives the from date it should not be today's date or any past date. And to date should be always greater than from date. So if you can explain how to validate not just this but general validations and how to write patterns in pattern attribute.