标签: c# botframework formflow
我有一种情况,我想调用LocationControl(https://github.com/Microsoft/BotBuilder-Location/tree/master/CSharp),以便用户可以输入表单的地址(但希望使用控件消除响应的歧义)。
使用FormFlow执行此操作的最佳方法是什么?对该字段的验证并没有给我上下文所以我不能做 context.Call(MyLocationDialogInstance)
context.Call(MyLocationDialogInstance)
我尝试在自定义提示中执行此操作,但我无法让它工作。
由于