Type Alias: ~~SttDispatcher()\<TInput, TOutput>~~
SttDispatcher<
TInput
,TOutput
>: (conv
) =>SttProviderName
|Promise
<SttProviderName
>
A callback that selects a speech-to-text engine for the conversations.
Type Parameters
• TInput extends Record
<string
, unknown
>
• TOutput extends Record
<string
, unknown
>
Parameters
conv
Conversation
<TInput
, TOutput
>
Returns
SttProviderName
| Promise
<SttProviderName
>
See
Deprecated
use Conversation.audio.stt instead
Found a mistake? Let us know.