Packages@robojs/ai
VoiceChatResult
Interface: VoiceChatResult
Voice-specific response envelope accompanying chat results.
Properties
| Property | Type | Description |
|---|---|---|
audio? | AsyncIterable<VoicePlaybackDelta, any, any> | Async iterator streaming audio playback deltas. |
metadata? | VoiceChatMetadata | Additional metadata describing the voice session. |
sessionId | string | Identifier of the active voice session. |
