在Microsoft Bot框架中处理多个对话框 [英] Handling multiple dialogs in Microsoft bot framework

查看:74
本文介绍了在Microsoft Bot框架中处理多个对话框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Microsoft bot框架创建一个bot,该bot会收到一家餐馆的订单,我想知道如何处理多个对话框,例如客户首先下订单,然后让bot问您还想要其他东西吗?然后客户说是/否,如果是,则在保持第一个状态的情况下再次重复相同的日志,我现在在文档中看到的只是一个对话和一个对话框.

I am creating a bot using Microsoft bot framework , the bot will be receiving orders for a restaurant , I want to know how can I handle multiple dialogs , like for example the customer makes the first order , then i want the bot to ask do you want something else? then the customer says yes/no , incase of yes to repeat the same dailog again with keeping the state of the first one , what I am seeing in the documentation now is only one conversation and one dialog.

非常感谢

推荐答案

要管理多个对话框,您需要使用使用Call/Done )或隐式使用Chain fluent方法. 此处是如何使用它的示例.

To manage multiple dialogs you need to use the Dialog Chains. You can either manage the stack of dialogs explicitly (using Call/Done) or implicitly using the Chain fluent methods. Here is sample of how to use it.

如果用户可以选择的一组东西已经预定义,那么我建议使用 FormFlow . Pizza & Sandwich 示例是如何处理具有预定义订单的很好的示例选项集.

If the set of things that the user can select are already predefined I would then recommend using FormFlow. The Pizza & Sandwich samples are good examples of how to handle orders with a predefined set of options.

这篇关于在Microsoft Bot框架中处理多个对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆