kustomer-client
Preparing search index...
KustomerTypes
UpdateMessageAttributesData
Type Alias UpdateMessageAttributesData
type
UpdateMessageAttributesData
=
{
body
?:
{
attachments
?:
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
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
|
null
;
lang
?:
string
|
null
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
|
null
;
preview
?:
string
|
null
;
related
?:
string
;
sentAt
?:
string
|
null
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
size
?:
number
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
|
null
;
updatedAt
?:
string
;
}
;
path
:
{
id
:
string
}
;
query
?:
never
;
url
:
"/messages/{id}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
attachments
?:
{
_id
:
string
;
contentLength
:
number
;
contentType
:
string
;
name
:
string
;
sourceId
?:
string
;
}
[]
;
conversation
?:
string
;
createdAt
?:
string
;
createdBy
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
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
|
null
;
lang
?:
string
|
null
;
meta
?:
{
[
key
:
string
]:
unknown
}
;
modifiedAt
?:
string
;
modifiedBy
?:
string
|
null
;
preview
?:
string
|
null
;
related
?:
string
;
sentAt
?:
string
|
null
;
sentiment
?:
{
confidence
:
number
;
polarity
:
-1
|
0
|
1
}
;
size
?:
number
;
status
?:
"sent"
|
"received"
|
"error"
;
subject
?:
string
|
null
;
updatedAt
?:
string
;
}
path
path
:
{
id
:
string
}
Type declaration
id
:
string
Unique message ID.
Optional
query
query
?:
never
url
url
:
"/messages/{id}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Unique message ID.