chooseOKOnNextConfirmation substitute in Studio?

In Automation Recorder there is a command that selects OK on confirmation windows/modals that the recorder can’t locate: chooseOKOnNextConfirmation. Is there something similar in Studio? I’m converting my Automation Recorder tests to Studio and I’m unable to select OK on this one confirmation modal on my site.

What kind of dialog is it?

Did you try this? https://docs.katalon.com/katalon-studio/docs/webui-accept-alert.html (or, for cancel, https://docs.katalon.com/katalon-studio/docs/webui-dismiss-alert.html)

There are also a couple others: https://docs.katalon.com/katalon-studio/docs/webui-verify-alert-present.html and
https://docs.katalon.com/katalon-studio/docs/webui-verify-alert-not-present.html

It’s a Java Alert Dialog. I got it to work by using the Accept Alert command. Thanks for the suggestions.