def handle_cut_intent(self, message): self.speak("Cutting to clipboard") pyautogui.hotkey("ctrl", "x")