在BOT框架中创建调度

时间:2019-08-22 11:47:56

标签: c# botframework luis

我正在尝试使用命令行为BOT框架创建Dispatch模型。

我一进入 dispatch init -n <filename-to-create> --luisAuthoringKey "<your-luis-authoring-key>" --luisAuthoringRegion <your-region>添加必要的详细信息后,会询问Please enter your bot secret

我正在使用1.5.1版的发件人。

这是什么机器人秘密?

1 个答案:

答案 0 :(得分:0)

您似乎正在使用旧版的Dispatch CLI。在bot框架的较早版本中,我们曾经使用.bot文件,可以使用“ bot secret”保护文件。不过,.bot个文件至今没有被弃用。

请确保将(npm install -g botdispatch)更新为最新版本。

今天,使用版本1.5.1(您可以通过键入dispatch --version来查看版本),您应该能够创建执行以下操作的分发:

dispatch init -n MyDispatch --luisAuthoringKey "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" --luisAuthoringRegion westus
dispatch add -t luis --id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -n HumanResources -v review -k xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dispatch add -t luis --id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -n Weather -v 0.1 -k xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
dispatch create --dispatch MyDispatch.dispatch