다음을 통해 공유


PromptOptions.Choices 속성

정의

에서 사용하기 ChoicePrompt위해 사용자가 선택할 수 있는 선택 목록을 가져오거나 설정합니다.

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

속성 값

사용 가능한 선택 항목 목록입니다.

적용 대상