Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IDialogState interface

Package:
botbuilder

An entry on the sessions dialog stack.

Properties

id

ID of the dialog.

state

Persisted state for the dialog.

Property Details

id

ID of the dialog.

id: string

Property Value

string

state

Persisted state for the dialog.

state: any

Property Value

any