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 b266ab8 commit 5e58c25Copy full SHA for 5e58c25
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
- """Pushes a new dialog onto the dialog stack.
68
-
+ """
+ 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