LogoRobo.js
Packages@robojs/ai

VoiceChatResult

Interface: VoiceChatResult

Voice-specific response envelope accompanying chat results.

Properties

PropertyTypeDescription
audio?AsyncIterable<VoicePlaybackDelta, any, any>Async iterator streaming audio playback deltas.
metadata?VoiceChatMetadataAdditional metadata describing the voice session.
sessionIdstringIdentifier of the active voice session.

On this page