Share via


DialogTurnStateConstants class

Provides constants used to manage the state of a dialog turn.

Remarks

These constants are used as keys to store and retrieve specific state information during the execution of a dialog turn.

Properties

configuration

Symbol representing the configuration for the dialog turn.

dialogManager

Symbol representing the dialog manager instance.

queueStorage

Symbol representing the queue storage for the dialog turn.

Property Details

configuration

Symbol representing the configuration for the dialog turn.

static configuration: symbol

Property Value

symbol

dialogManager

Symbol representing the dialog manager instance.

static dialogManager: symbol

Property Value

symbol

queueStorage

Symbol representing the queue storage for the dialog turn.

static queueStorage: symbol

Property Value

symbol