@webitel/api-services
Preparing search index...
_models/webitelCasesCallEvent.zod
WebitelCasesCallEvent
Interface WebitelCasesCallEvent
interface
WebitelCasesCallEvent
{
closedAt
?:
string
;
duration
?:
string
;
files
?:
WebitelCasesCallFile
[]
;
flowScheme
?:
GeneralLookup
;
gateway
?:
GeneralLookup
;
id
?:
string
;
isDetailed
?:
boolean
;
isInbound
?:
boolean
;
isMissed
?:
boolean
;
participants
?:
GeneralLookup
[]
;
queue
?:
GeneralLookup
;
totalDuration
?:
string
;
transcripts
?:
WebitelCasesTranscriptLookup
[]
;
}
Index
Properties
closed
At?
duration?
files?
flow
Scheme?
gateway?
id?
is
Detailed?
is
Inbound?
is
Missed?
participants?
queue?
total
Duration?
transcripts?
Properties
Optional
closed
At
closedAt
?:
string
Optional
duration
duration
?:
string
Optional
files
files
?:
WebitelCasesCallFile
[]
Optional
flow
Scheme
flowScheme
?:
GeneralLookup
Optional
gateway
gateway
?:
GeneralLookup
Optional
id
id
?:
string
Optional
is
Detailed
isDetailed
?:
boolean
Optional
is
Inbound
isInbound
?:
boolean
Optional
is
Missed
isMissed
?:
boolean
Optional
participants
participants
?:
GeneralLookup
[]
Optional
queue
queue
?:
GeneralLookup
Optional
total
Duration
totalDuration
?:
string
Optional
transcripts
transcripts
?:
WebitelCasesTranscriptLookup
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
closed
At
duration
files
flow
Scheme
gateway
id
is
Detailed
is
Inbound
is
Missed
participants
queue
total
Duration
transcripts
@webitel/api-services
Loading...