Skip to content

Interface: OpenSpeechSessionRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Speech / OpenSpeechSessionRequest

Interface: OpenSpeechSessionRequest

Defined in: src/types/speech.ts:91

Body of POST /api/v1/speech/session — open a speech-to-speech session.

Properties

conversationId?

optional conversationId: string | null

Defined in: src/types/speech.ts:93

Continue an existing conversation instead of starting one. Optional.


engine?

optional engine: string | null

Defined in: src/types/speech.ts:95

"cascade" (default) or "moshi". Optional.


language?

optional language: string | null

Defined in: src/types/speech.ts:97

Language hint for recognition. Optional.


voiceId?

optional voiceId: string | null

Defined in: src/types/speech.ts:99

Cloned voice to answer in (this tenant’s registry). Optional.