kustomer-client
Preparing search index...
KustomerTypes
CreateConversationForCustomerData
Type Alias CreateConversationForCustomerData
type
CreateConversationForCustomerData
=
{
body
?:
{
assignedTeams
?:
string
[]
;
assignedUsers
?:
string
[]
;
campaign
?:
string
;
createdAt
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
defaultLang
?:
string
|
null
;
direction
?:
"in"
|
"out"
;
externalId
?:
string
;
id
?:
string
;
importedAt
?:
string
;
name
?:
string
;
priority
?:
number
;
queue
?:
unknown
&
{
external
?:
"amazon-connect"
;
id
?:
string
|
null
}
;
replyChannel
?:
string
|
null
;
status
?:
"open"
|
"done"
;
tags
?:
string
[]
;
}
;
path
:
{
id
:
string
}
;
query
?:
never
;
url
:
"/customers/{id}/conversations"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
assignedTeams
?:
string
[]
;
assignedUsers
?:
string
[]
;
campaign
?:
string
;
createdAt
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
defaultLang
?:
string
|
null
;
direction
?:
"in"
|
"out"
;
externalId
?:
string
;
id
?:
string
;
importedAt
?:
string
;
name
?:
string
;
priority
?:
number
;
queue
?:
unknown
&
{
external
?:
"amazon-connect"
;
id
?:
string
|
null
}
;
replyChannel
?:
string
|
null
;
status
?:
"open"
|
"done"
;
tags
?:
string
[]
;
}
path
path
:
{
id
:
string
}
Type declaration
id
:
string
Unique ID of the customer.
Optional
query
query
?:
never
url
url
:
"/customers/{id}/conversations"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Unique ID of the customer.