Values.TemplateSummarySourceProvides a summary of a WhatsApp message template's key attributes.
type nonrec t = {templateName : MetaTemplateName.t option;The name of the template.
*)metaTemplateId : MetaTemplateId.t option;The numeric ID assigned to the template by Meta.
*)templateStatus : MetaTemplateStatus.t option;The current status of the template (for example, APPROVED, PENDING, or REJECTED).
*)templateQualityScore : MetaTemplateQualityScore.t option;The quality score assigned to the template by Meta.
*)templateLanguage : MetaTemplateLanguage.t option;The language code of the template (for example, en_US).
*)templateCategory : MetaTemplateCategory.t option;The category of the template (for example, UTILITY or MARKETING).
*)}