次の方法で共有


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 または式。

適用対象