Example Usage

import { CustomMessageCreateRequest } from "syllable-sdk/models/components";

let value: CustomMessageCreateRequest = {
  name: "<value>",
  text: "<value>",
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the custom message
textstringTRUEThe text of the custom message
labelstringFALSEThe label of the custom message
rulescomponents.DaoCustomMessageRule[]FALSERules for time-specific message variants
typestringFALSEN/A