Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,6 @@ public TurnContextStateCollection getServices() {
return services;
}

/**
* Gets the current DialogManager for this dialogContext.
* @return The root dialogManager that was used to create this dialog context chain.
*/
public DialogManager getDialogManager() {
return getContext().getTurnState().get(DialogManager.class);
}

/**
* Starts a new dialog and pushes it onto the dialog stack.
* @param dialogId ID of the dialog to start.
Expand Down