TemplateSummary

Provides a summary of a WhatsApp message template's key attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The numeric ID assigned to the template by Meta.

Link copied to clipboard

The category of the template (for example, UTILITY or MARKETING).

Link copied to clipboard

The language code of the template (for example, en_US).

Link copied to clipboard

The name of the template.

Link copied to clipboard

The quality score assigned to the template by Meta.

Link copied to clipboard

The current status of the template (for example, APPROVED, PENDING, or REJECTED).

Functions

Link copied to clipboard
inline fun copy(block: TemplateSummary.Builder.() -> Unit = {}): TemplateSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String