Google API requests come in with a list of the device's capabilities: ```json "surface": { "capabilities": [ { "name": "actions.capability.AUDIO_OUTPUT" }, { "name": "actions.capability.SCREEN_OUTPUT" } ] } ``` Add support for reading that.