gpt4 book ai didi

botframework - builder.Prompts.choice 获取选项作为按钮

转载 作者:行者123 更新时间:2023-12-01 00:34:05 25 4
gpt4 key购买 nike

builder.Prompts.choice组件在选项中存在ListStyle时,不会呈现选项?

例如:

builder.Prompts.choice(session, "Please confirm your choice", "Yes|No", {listStyle:"buttons"});

仅呈现“请确认您的选择”,而不是选项。

删除 {listStyle}选项,显示与文本内嵌的“是|否”。

关于我们如何解决这个问题的任何建议?

最佳答案

我不认为“按钮”映射到正确的样式,相反,您可以尝试:

builder.Prompts.choice(session, "Please confirm your choice", "Yes|No", {listStyle:3});

或者更好地仍然使用:
builder.Prompts.choice(session, "Please confirm your choice", "Yes|No", {listStyle: builder.ListStyle.button});

您还需要确保您使用的 channel 与按钮兼容(短信和其他一些不显示它们)。

关于botframework - builder.Prompts.choice 获取选项作为按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42337613/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com