Package com.twilio.conversations.content
Types
Link copied to clipboard
Represents one data type in rich content template. For more details see: https://www.twilio.com/docs/content-api/content-types-overview
Link copied to clipboard
data class ContentTemplate( val sid: String, val friendlyName: String, val dateCreated: Date, val dateUpdated: Date, val variables: List<ContentTemplateVariable>, val variants: Map<String, ContentData>)
Content copied to clipboard
Rich content template.
Link copied to clipboard
Represents rich content template variable.