device.heard_statement
device.heard_statement
Section titled “device.heard_statement”Notification sent by device indicating that it has played a locally-triggered audio statement to the User
Data Schema
Section titled “Data Schema”type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
statementId | string | yes | ID of the heard Statement |
playedAt | string | yes | Time at which playback started |
interruptedAfterMs | string | yes | Milliseconds of playback completed before interruption |
Example
Section titled “Example”{ "kind": "device.heard_statement", "data": { "statementId": "2e4597a8-e879-482a-aa65-7cf0305f189d", "playedAt": "2026-01-28T09:00:00.000Z", "interruptedAfterMs": "1200" }}