You can change line 125 in file: Helpers/GameUI.cs
from this:
if (IsElementVisible(element))
to this
if (IsElementVisible(element) && name != "Conversation Button")
it will block clicking of it, should atleast, can't check. BUT, it will not click "NO", it will just skip dialog. So may be there should be a timer what waits till conversation timer is off.