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)

ブールを ChoiceSetに変換します。

Implicit(JToken to ChoiceSet)

Newtonsoft.Json.Linq.JTokenChoiceSetに変換します。

Implicit(String to ChoiceSet)

文字列を弦に変換 ChoiceSet

拡張メソッド

名前 説明
Dequeue<T>(List<T>)

キューの最初の要素を削除します。

適用対象