diff --git a/InteractiveAutomationToolkit/InteractiveController.cs b/InteractiveAutomationToolkit/InteractiveController.cs index 7bcb9c8..b57ac9b 100644 --- a/InteractiveAutomationToolkit/InteractiveController.cs +++ b/InteractiveAutomationToolkit/InteractiveController.cs @@ -222,7 +222,7 @@ private bool RequiresResponse(Dialog dialog) return false; } - if (interactiveWidgets.Any(w => w.HasInteractivity)) + if (interactiveWidgets.Any(w => w.HasInteractivity && w.IsVisible)) { return true; }