Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.33 KB

Author.md

File metadata and controls

35 lines (20 loc) · 1.33 KB

Author

The author of the message.

Properties

Name Type Description Notes
type TypeEnum The author type. Either "user" (representing the end user) or "business" (sent on behalf of the business).
subtypes List<SubtypesEnum> A string array that indicates the author's subtypes. Messages from &quot;business&quot; type with an &quot;AI&quot; subtype are generated by AI and a disclaimer is appended to the text of the message sent to the customer. For third-party channels, the disclaimer is applied for image, file, and text message types. [optional]
userId String The id of the user. Only supported when `type` is user. [optional]
userExternalId String The externalId of the user. Only supported when `type` is user. [optional]
displayName String The display name of the message author. [optional]
avatarUrl URI A custom message icon URL. The image must be JPG, PNG, or GIF format. [optional]

Enum: TypeEnum

Name Value
BUSINESS "business"
USER "user"

Enum: List<SubtypesEnum>

Name Value
AI "AI"