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
|