channelType property

String? channelType
getter/setter pair

The type of the channel profile.

Optional. Possible string values are:

  • "UNKNOWN" : Unknown channel type.
  • "WEB_UI" : Web UI channel.
  • "API" : API channel.
  • "TWILIO" : Twilio channel.
  • "GOOGLE_TELEPHONY_PLATFORM" : Google Telephony Platform channel.
  • "CONTACT_CENTER_AS_A_SERVICE" : Contact Center as a Service (CCaaS) channel.
  • "CONTACT_CENTER_AS_A_SERVICE_CHAT" : Contact Center as a Service (CCaaS Chat) channel.
  • "FIVE9" : Five9 channel.
  • "CONTACT_CENTER_INTEGRATION" : Third party contact center integration channel.
  • "WHATSAPP" : WhatsApp channel.
  • "INSTAGRAM" : Instagram channel.

Implementation

core.String? channelType;