@webitel/api-services
Preparing search index...
_models/engineAgentState.zod
EngineAgentState
Interface EngineAgentState
interface
EngineAgentState
{
agent
?:
EngineLookup
;
channel
?:
string
;
duration
?:
string
;
id
?:
string
;
joinedAt
?:
string
;
leavedAt
?:
string
;
pauseCause
?:
string
;
payload
?:
string
;
queue
?:
EngineLookup
;
state
?:
string
;
}
Index
Properties
agent?
channel?
duration?
id?
joined
At?
leaved
At?
pause
Cause?
payload?
queue?
state?
Properties
Optional
agent
agent
?:
EngineLookup
Optional
channel
channel
?:
string
Optional
duration
duration
?:
string
Optional
id
id
?:
string
Optional
joined
At
joinedAt
?:
string
Optional
leaved
At
leavedAt
?:
string
Optional
pause
Cause
pauseCause
?:
string
Optional
payload
payload
?:
string
Optional
queue
queue
?:
EngineLookup
Optional
state
state
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
channel
duration
id
joined
At
leaved
At
pause
Cause
payload
queue
state
@webitel/api-services
Loading...