Compartilhar via


BotStateSet.BotStates Propriedade

Definição

Obtém ou define a lista BotStates para o 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 da propriedade

Os objetos BotState gerenciados por essa classe.

Aplica-se a