TemplateInterface interface
Definiert die Vorlagenschnittstelle zum Binden von Daten an T.
Methoden
bind(Dialog |
Aufgrund der turn context bind to the data to create the object |
Details zur Methode
bind(DialogContext, D)
Aufgrund der turn context bind to the data to create the object
function bind(dialogContext: DialogContext, data?: D): Promise<T>
Parameter
- dialogContext
- DialogContext
DialogContext.
- data
-
D
Daten, an die eine Bindung erfolgen soll.
Gibt zurück
Promise<T>
Instanz von T.