InkLine
This type wraps around the Message type for LINE message.
Fields
Attachments on the LINE message.
The contact channel identity.
The delivery status of the message.
The direction of the message.
From LINE id.
Is this a LINE message.
The line message content.
The time the message was sent/received.
All Tags associated with a message.
To LINE id.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"attachments": [InkMessageAttachment],
"contactChannelIdentity": InkContactChannelIdentity,
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"fromHandle": "professor-conference-change-center-tend",
"isChannelLine": true,
"lineMessage": LineImageMessage,
"occurredAt": "1987-04-18T03:11:36.225493+00:00",
"tags": [InkTag],
"toHandle": "remember-strong-own-call-deal"
}