Partilhar via


BotStateSet.BotStates Propriedade

Definição

Obtém ou define a lista BotStates do BotStateSet.

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)

Valor de Propriedade

Os objetos BotState geridos por esta classe.

Aplica-se a