选择提示不会在MS Bot框架中呈现按钮

时间:2018-11-04 18:31:31

标签: botframework

我正在使用Nodejs SDK,并向用户发送选择促销:

builder.Prompts.choice(
                session,
                bot_response,
                "Yes|No",
                {
                    maxRetries: 3,
                    retryPrompt: 'Sorry, that is not a valid input'
                },
                { 
                    listStyle: builder.ListStyle.button 
                }
            );

这是它的呈现方式:

enter image description here

如何使其以按钮样式呈现?

0 个答案:

没有答案