Compartir a través de


BotStateSet.BotStates Propiedad

Definición

Obtiene o establece la lista BotStates para 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 propiedad

Objetos BotState administrados por esta clase.

Se aplica a