WaterfallStepContext Klasse
Konstruktor
WaterfallStepContext(parent, dc: DialogContext, options: object, values: Dict[str, object], index: int, reason: DialogReason, result: object = None)
Parameter
| Name | Beschreibung |
|---|---|
|
parent
Erforderlich
|
|
|
dc
Erforderlich
|
|
|
options
Erforderlich
|
|
|
values
Erforderlich
|
|
|
index
Erforderlich
|
|
|
reason
Erforderlich
|
|
|
result
|
Standardwert: None
|
Methoden
| next |
next
async next(result: object) -> DialogTurnResult
Parameter
| Name | Beschreibung |
|---|---|
|
result
Erforderlich
|
|