다음을 통해 공유


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으로 계산되는 식입니다.

적용 대상