次の方法で共有


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>)

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

適用対象