共用方式為


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 物件。

適用於