unified-llm-client
Preparing search index...
SpeechUsageEvent
Interface SpeechUsageEvent
interface
SpeechUsageEvent
{
botId
?:
string
;
durationMs
:
number
;
kind
:
"speech"
|
"transcription"
;
model
:
string
;
provider
:
SpeechProvider
;
sessionId
?:
string
;
speechUsage
:
SpeechUsageMetrics
;
tenantId
?:
string
;
timestamp
:
string
;
}
Index
Properties
bot
Id?
duration
Ms
kind
model
provider
session
Id?
speech
Usage
tenant
Id?
timestamp
Properties
Optional
bot
Id
botId
?:
string
duration
Ms
durationMs
:
number
kind
kind
:
"speech"
|
"transcription"
model
model
:
string
provider
provider
:
SpeechProvider
Optional
session
Id
sessionId
?:
string
speech
Usage
speechUsage
:
SpeechUsageMetrics
Optional
tenant
Id
tenantId
?:
string
timestamp
timestamp
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bot
Id
duration
Ms
kind
model
provider
session
Id
speech
Usage
tenant
Id
timestamp
unified-llm-client
Loading...