BotStateSet.BotStates プロパティ

定義

BotStateSet の BotStates リストを取得または設定します。

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

プロパティ値

このクラスによって管理される BotState オブジェクト。

適用対象