다음을 통해 공유


ChoiceSet 클래스

정의

ChoiceSet 컬렉션을 정의합니다.

public class ChoiceSet : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.Choice>, Microsoft.Bot.Builder.Dialogs.ITemplate<Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet>
type ChoiceSet = class
    inherit List<Choice>
    interface ITemplate<ChoiceSet>
Public Class ChoiceSet
Inherits List(Of Choice)
Implements ITemplate(Of ChoiceSet)
상속
ChoiceSet
구현

생성자

ChoiceSet()

ChoiceSet 클래스의 새 인스턴스를 초기화합니다.

ChoiceSet(IEnumerable<Choice>)

ChoiceSet 클래스의 새 인스턴스를 초기화합니다.

ChoiceSet(Object)

ChoiceSet 클래스의 새 인스턴스를 초기화합니다.

메서드

BindAsync(DialogContext, Object, CancellationToken)

턴 컨텍스트가 데이터에 바인딩된 경우 T 형식의 개체를 만듭니다.

연산자

Implicit(Boolean to ChoiceSet)

bool을 로 ChoiceSet변환합니다.

Implicit(JToken to ChoiceSet)

Newtonsoft.Json.Linq.JTokenChoiceSet으로 변환합니다.

Implicit(String to ChoiceSet)

문자열을 로 ChoiceSet변환합니다.

확장 메서드

Dequeue<T>(List<T>)

큐의 첫 번째 요소를 제거합니다.

적용 대상