BotFramework避免在FormFlow中进行确认

编程入门 行业动态 更新时间:2024-10-26 14:31:06
本文介绍了BotFramework避免在FormFlow中进行确认的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想绕过像这样定义的表单流中的最后一个确认步骤

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

new FormBuilder<WizardResult>() .Confirm("No verification will be shown", state => false) .Message("Form Test") .OnCompletion(processOrder) .Build();

根据此发布,可以使用处理程序来确认,但就我而言,仍然需要确认...

According to this post this could be done with the handler in confirm, but in my case the confirmation is still asked...

我想念什么?

推荐答案

您只需调用它的3.3.1.0版本

It version 3.3.1.0 you only need to call

.AddRemainingFields()

在FormBuilder中避免确认. state => false不再需要.

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

更多推荐

BotFramework避免在FormFlow中进行确认

本文发布于:2023-10-28 05:15:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1535631.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:BotFramework   FormFlow

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!