다음을 통해 공유


ChoiceInputOptions.Choices 속성

정의

입력 옵션 목록을 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> Choices { get; set; }
member this.Choices : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice> with get, set
Public Property Choices As List(Of Choice)

속성 값

입력 옵션 목록입니다.

적용 대상