Skip to content

Interface: SpeechClip

Defined in: aiui-intent-runtime/src/speech.ts:20

One clip to play, as it arrives on the speech message.

Properties

data

data: string

Defined in: aiui-intent-runtime/src/speech.ts:25

Base64-encoded audio bytes.


id

id: string

Defined in: aiui-intent-runtime/src/speech.ts:21


label?

optional label?: string

Defined in: aiui-intent-runtime/src/speech.ts:27

The spoken text, when known (shown in the widget's speaker line).


mime

mime: string

Defined in: aiui-intent-runtime/src/speech.ts:23

Container MIME (e.g. audio/mpeg for TTS acks, audio/wav for voice).