Interface: VoiceChatResult
Voice-specific response envelope accompanying chat results.
Properties
audio?
optional audio: AsyncIterable<VoicePlaybackDelta>;
Async iterator streaming audio playback deltas.
metadata?
optional metadata: VoiceChatMetadata;
Additional metadata describing the voice session.
sessionId
sessionId: string;
Identifier of the active voice session.