Example Usage

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

let value: CustomMessageUpdateRequest = {
  name: "<value>",
  text: "<value>",
  id: 577229,
};

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
idnumberTRUEThe ID of the custom message
typestringFALSEN/A