Edit

DialogInstance Class

Tracking information for a dialog on the stack.

Gets or sets the ID of the dialog and gets or sets the instance's persisted state.

Constructor

DialogInstance(id: str = None, state: Dict[str, object] = None)

Parameters

Name Description
id
Default value: None
state
Default value: None

Variables

Name Description
self.id
str

The ID of the dialog

self.state

The instance's persisted state.