Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 4008d1e

Browse files
Removed obsolete DialogManager property. (#1127)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent a870286 commit 4008d1e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libraries/bot-dialogs/src/main/java/com/microsoft/bot/dialogs/DialogContext.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,6 @@ public TurnContextStateCollection getServices() {
166166
return services;
167167
}
168168

169-
/**
170-
* Gets the current DialogManager for this dialogContext.
171-
* @return The root dialogManager that was used to create this dialog context chain.
172-
*/
173-
public DialogManager getDialogManager() {
174-
return getContext().getTurnState().get(DialogManager.class);
175-
}
176-
177169
/**
178170
* Starts a new dialog and pushes it onto the dialog stack.
179171
* @param dialogId ID of the dialog to start.

0 commit comments

Comments
 (0)