VoiceAgentServerEventResponseAudioTimestampDone interface
The response.audio_timestamp.done server event.
- Extends
Properties
| content_index | The index of the content part in the item's content array. |
| event_id | The unique identifier of the server event. |
| item_id | The identifier of the output item associated with this event. |
| output_index | The index of the output item in the response. |
| response_id | The identifier of the response associated with this event. |
| type | The event type. Always |
Property Details
content_index
The index of the content part in the item's content array.
content_index: number
Property Value
number
event_id
The unique identifier of the server event.
event_id: string
Property Value
string
item_id
The identifier of the output item associated with this event.
item_id: string
Property Value
string
output_index
The index of the output item in the response.
output_index: number
Property Value
number
response_id
The identifier of the response associated with this event.
response_id: string
Property Value
string
type
The event type. Always response.audio_timestamp.done.
type: "response.audio_timestamp.done"
Property Value
"response.audio_timestamp.done"