@webitel/api-services
Preparing search index...
_models/engineCreateQuickReplyRequest.zod
EngineCreateQuickReplyRequest
Interface EngineCreateQuickReplyRequest
interface
EngineCreateQuickReplyRequest
{
article
?:
EngineLookup
;
name
?:
string
;
queues
?:
EngineLookup
[]
;
teams
?:
EngineLookup
[]
;
text
?:
string
;
}
Index
Properties
article?
name?
queues?
teams?
text?
Properties
Optional
article
article
?:
EngineLookup
Optional
name
name
?:
string
Optional
queues
queues
?:
EngineLookup
[]
Optional
teams
teams
?:
EngineLookup
[]
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
article
name
queues
teams
text
@webitel/api-services
Loading...