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 0908138 commit 821e7f5Copy full SHA for 821e7f5
libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py
@@ -64,9 +64,9 @@ def active_dialog(self):
64
return None
65
66
async def begin_dialog(self, dialog_id: str, options: object = None):
67
- """
68
- Pushes a new dialog onto the dialog stack.
69
- :param dialog_id: ID of the dialog to start..
+ """Pushes a new dialog onto the dialog stack.
+
+ :param dialog_id: ID of the dialog to start.
70
:param options: (Optional) additional argument(s) to pass to the dialog being started.
71
"""
72
if not dialog_id:
0 commit comments