Interface: OpenSpeechSessionRequest
@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?
optionalconversationId:string|null
Defined in: src/types/speech.ts:93
Continue an existing conversation instead of starting one. Optional.
engine?
optionalengine:string|null
Defined in: src/types/speech.ts:95
"cascade" (default) or "moshi". Optional.
language?
optionallanguage:string|null
Defined in: src/types/speech.ts:97
Language hint for recognition. Optional.
voiceId?
optionalvoiceId:string|null
Defined in: src/types/speech.ts:99
Cloned voice to answer in (this tenant’s registry). Optional.