@webitel/api-services
Preparing search index...
_models/webitelChatAgentChat.zod
WebitelChatAgentChat
Interface WebitelChatAgentChat
interface
WebitelChatAgentChat
{
closedAt
?:
string
;
closeReason
?:
string
;
contact
?:
WebitelChatPeer
;
gateway
?:
WebitelChatPeer
;
id
?:
string
;
lastMessage
?:
WebitelChatMessage
;
queue
?:
WebitelChatPeer
;
startedAt
?:
string
;
title
?:
string
;
unprocessedClose
?:
boolean
;
}
Index
Properties
closed
At?
close
Reason?
contact?
gateway?
id?
last
Message?
queue?
started
At?
title?
unprocessed
Close?
Properties
Optional
closed
At
closedAt
?:
string
Optional
close
Reason
closeReason
?:
string
Optional
contact
contact
?:
WebitelChatPeer
Optional
gateway
gateway
?:
WebitelChatPeer
Optional
id
id
?:
string
Optional
last
Message
lastMessage
?:
WebitelChatMessage
Optional
queue
queue
?:
WebitelChatPeer
Optional
started
At
startedAt
?:
string
Optional
title
title
?:
string
Optional
unprocessed
Close
unprocessedClose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
closed
At
close
Reason
contact
gateway
id
last
Message
queue
started
At
title
unprocessed
Close
@webitel/api-services
Loading...