8000
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.
1 parent d5a7901 commit b266ab8Copy full SHA for b266ab8
libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py
@@ -64,8 +64,8 @@ def active_dialog(self):
64
return None
65
66
async def begin_dialog(self, dialog_id: str, options: object = None):
67
- """
68
- < 5396 span class="x x-first x-last">Pushes a new dialog onto the dialog stack.
+ """Pushes a new dialog onto the dialog stack.
+
69
:param dialog_id: ID of the dialog to start
70
:param options: (Optional) additional argument(s) to pass to the dialog being started.
71
"""
0 commit comments