This repository was archived by the owner on Jan 28, 2023. It is now read-only.
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
'StartCorrectedSpeechRequest' Handling #86
Open
Description
It appears that 'StartCorrectedSpeechRequest' objects are not being handled by SiriProxy.
This object is sent when a user speaks a command, siri responds, and the original command is edited inline by scrolling up and touching on it to edit the command.
Things I've noticed:
- the 'refId' becomes the 'interactionId' on the 'StartCorrectedSpeechRequest' object
- The connection object when receiving the 'StartCorrectedSpeechRequest' appears to be guzzoni.
- responses seem to reference the original requests 'refId' as its 'aceId'