Delen via


BotStateSet.BotStates Eigenschap

Definitie

Hiermee wordt de BotStates-lijst voor de BotStateSet opgehaald of ingesteld.

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)

Waarde van eigenschap

De BotState-objecten die door deze klasse worden beheerd.

Van toepassing op