Example Usage

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

let value: Channel = {
  name: "<value>",
  channelService: "twilio",
  supportedModes: "[\"chat\",\"voice\"]",
  id: 355613,
};

Fields

FieldTypeRequiredDescriptionExample
namestringTRUEThe channel name
channelServicecomponents.ChannelServicesTRUEThe communication service for a channel.
supportedModesstringFALSEThe comma-delimited list of supported modes for the channel, which defines the possible communication methods for channel targets linked to it.[
“chat”,
“voice”
]
idnumberTRUEThe channel ID