8000 Update dialog_set.py · il-null-yuyi/botbuilder-python@ca8f0b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca8f0b1

Browse files
author
Emily Olshefski
committed
Update dialog_set.py
1 parent 1502f13 commit ca8f0b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_set.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def __init__(self, dialog_state: StatePropertyAccessor = None):
3737
def add(self, dialog: Dialog):
3838
"""
3939
Adds a new dialog to the set and returns the added dialog.
40+
4041
:param dialog: The dialog to add.
4142
"""
4243
if dialog is None or not isinstance(dialog, Dialog):
@@ -71,6 +72,7 @@ async def create_context(self, turn_context: TurnContext) -> DialogContext:
7172
async def find(self, dialog_id: str) -> Dialog:
7273
"""
7374
Finds a dialog that was previously added to the set using add(dialog)
75+
7476
:param dialog_id: ID of the dialog/prompt to look up.
7577
:return: The dialog if found, otherwise null.
7678
"""

0 commit comments

Comments
 (0)
0