diff --git a/ovos_workshop/skills/ovos.py b/ovos_workshop/skills/ovos.py index de357ace..51a77f42 100644 --- a/ovos_workshop/skills/ovos.py +++ b/ovos_workshop/skills/ovos.py @@ -1500,8 +1500,9 @@ def speak_dialog(self, key: str, data: Optional[dict] = None, expect_response (bool): set to True if Mycroft should listen for a response immediately after speaking the utterance. - wait (bool): set to True to block while the text - is being spoken. + wait (Union[bool, int]): set to True to block while the text + is being spoken for 15 seconds. Alternatively, set + to an integer to specify a timeout in seconds. """ if self.dialog_renderer: data = data or {}