Delen via


ActionState Klas

Definitie

Bevat statusinformatie over de actie.

public class ActionState : Microsoft.Bot.Builder.Dialogs.DialogState
type ActionState = class
    inherit DialogState
Public Class ActionState
Inherits DialogState
Overname
ActionState

Constructors

ActionState()

Initialiseert een nieuw exemplaar van de ActionState klasse.

ActionState(String, Object)

Initialiseert een nieuw exemplaar van de ActionState klasse.

Eigenschappen

DialogId

Hiermee wordt de waarde voor Dialoogvenster-id opgehaald of ingesteld.

DialogStack

Hiermee wordt de statusinformatie voor een dialoogvensterstack opgehaald of ingesteld.

(Overgenomen van DialogState)
Options

Hiermee wordt de waarde voor opties opgehaald of ingesteld.

Van toepassing op