ChoiceInput.Choices 属性

定义

获取或设置要向用户显示的选项列表。

public AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet> Choices { get; set; }
member this.Choices : AdaptiveExpressions.Properties.ObjectExpression<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet> with get, set
Public Property Choices As ObjectExpression(Of ChoiceSet)

属性值

ChoiceSet 或表达式,其计算结果为 ChoiceSet。

适用于