Partager via


BotStateSet.BotStates Propriété

Définition

Obtient ou définit la liste BotStates pour le 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)

Valeur de propriété

Objets BotState gérés par cette classe.

S’applique à