kustomer-client
Preparing search index...
KustomerTypes
CreateMessageFromConversationData
Type Alias CreateMessageFromConversationData
type
CreateMessageFromConversationData
=
{
body
?:
{
app
:
string
;
attachments
?:
|
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
|
string
[]
;
auto
?:
boolean
;
channel
:
|
"email"
|
"sms"
|
"chat"
|
"facebook"
|
"twitter-dm"
|
"twitter-tweet"
|
"voice"
|
"instagram"
|
"whatsapp"
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
customer
?:
string
;
direction
?:
"in"
|
"out"
;
error
?:
{
code
?:
string
;
detail
?:
string
;
links
?:
{
[
key
:
string
]:
unknown
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
source
?:
{
[
key
:
string
]:
unknown
}
;
status
?:
number
;
title
?:
string
;
}
;
errorAt
?:
string
;
externalId
?:
string
;
id
?:
string
;
importedAt
?:
string
;
kbArticles
?:
string
[]
;
lang
?:
string
|
null
;
location
?:
{
address
?:
string
;
address2
?:
string
;
address3
?:
string
;
areaCode
?:
string
;
cityName
?:
string
;
countryCode
?:
string
;
countryName
?:
string
;
latitude
?:
number
;
longitude
?:
number
;
name
?:
string
;
regionCode
?:
string
;
regionName
?:
string
;
zipCode
?:
string
;
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
;
preview
?:
string
;
queue
?:
unknown
&
{
external
?:
"amazon-connect"
;
id
?:
string
}
;
reference
?:
{
message
:
string
;
type
:
"reply"
|
"replyAll"
|
"forward"
}
;
related
?:
string
;
sentAt
?:
string
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
shortcuts
?:
string
[]
;
size
?:
number
;
source
?:
"bulk"
|
"satisfaction"
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
;
}
;
path
:
{
id
:
string
}
;
query
?:
never
;
url
:
"/conversations/{id}/messages"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
app
:
string
;
attachments
?:
|
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
|
string
[]
;
auto
?:
boolean
;
channel
:
|
"email"
|
"sms"
|
"chat"
|
"facebook"
|
"twitter-dm"
|
"twitter-tweet"
|
"voice"
|
"instagram"
|
"whatsapp"
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
customer
?:
string
;
direction
?:
"in"
|
"out"
;
error
?:
{
code
?:
string
;
detail
?:
string
;
links
?:
{
[
key
:
string
]:
unknown
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
source
?:
{
[
key
:
string
]:
unknown
}
;
status
?:
number
;
title
?:
string
;
}
;
errorAt
?:
string
;
externalId
?:
string
;
id
?:
string
;
importedAt
?:
string
;
kbArticles
?:
string
[]
;
lang
?:
string
|
null
;
location
?:
{
address
?:
string
;
address2
?:
string
;
address3
?:
string
;
areaCode
?:
string
;
cityName
?:
string
;
countryCode
?:
string
;
countryName
?:
string
;
latitude
?:
number
;
longitude
?:
number
;
name
?:
string
;
regionCode
?:
string
;
regionName
?:
string
;
zipCode
?:
string
;
}
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
;
preview
?:
string
;
queue
?:
unknown
&
{
external
?:
"amazon-connect"
;
id
?:
string
}
;
reference
?:
{
message
:
string
;
type
:
"reply"
|
"replyAll"
|
"forward"
}
;
related
?:
string
;
sentAt
?:
string
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
shortcuts
?:
string
[]
;
size
?:
number
;
source
?:
"bulk"
|
"satisfaction"
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
;
}
path
path
:
{
id
:
string
}
Type declaration
id
:
string
Unique ID of the conversation.
Optional
query
query
?:
never
url
url
:
"/conversations/{id}/messages"
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 conversation.