BotFramework Avoid Confirmation in FormFlow

前端 未结 1 660
无人及你
无人及你 2020-12-12 02:01

I want to bypass the last confirmation step in a formflow which is defined like this

new FormBuilder()
                .Confirm(\"No veri         


        
相关标签:
1条回答
  • 2020-12-12 02:34

    It version 3.3.1.0 you only need to call

    .AddRemainingFields()
    

    in the FormBuilder to avoid the confirmation. The state=> false is not required any more.

    0 讨论(0)
提交回复
热议问题