bot框架中提示的可选属性

我正在努力使用可选属性(iPromptOptions),如maxRetries和retryPrompt。 无法获得node.js的正确语法 有没有人有一个实际可用的可选属性的提示示例?

这是应用IPromptOptions的正确语法

builder.Prompts.choice(session, "Please select : ", "Cat|Dog|Fox", { listStyle: builder.ListStyle.button, maxRetries: 2, retryPrompt:'Please Provide invoice no' }) 

AndrewMat通过发表自己的问题回答了我的问题。 syntex是这样的:

builder.Prompts.number(session,“Cool。数字是什么?”,{iPromptOptions:“我无法理解$%#@,你能再次input吗?