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 对象。

适用于