We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6072e50 + cfd155c commit 481b9b5Copy full SHA for 481b9b5
Node/core/lib/botbuilder.d.ts
@@ -1,4 +1,4 @@
1
-//=============================================================================
+//=============================================================================
2
//
3
// INTERFACES
4
@@ -1164,7 +1164,7 @@ export class Session {
1164
/**
1165
* Ends the current dialog and optionally returns a result to the dialogs parent.
1166
*/
1167
- endDialogWithResult(result?: IDialogResult<any>): Session;
+ endDialogWithResult<T>(result?: IDialogResult<T>): Session;
1168
1169
1170
* Cancels an existing dialog and optionally starts a new one it its place. Unlike [endDialog()](#enddialog)
0 commit comments