ChannelProfile constructor

ChannelProfile({
  1. String? channelType,
  2. bool? disableBargeInControl,
  3. bool? disableDtmf,
  4. ChannelProfileInstagramConfig? instagramConfig,
  5. String? noiseSuppressionLevel,
  6. ChannelProfilePersonaProperty? personaProperty,
  7. String? profileId,
  8. ChannelProfileWebWidgetConfig? webWidgetConfig,
  9. ChannelProfileWhatsAppConfig? whatsappConfig,
})

Implementation

ChannelProfile({
  this.channelType,
  this.disableBargeInControl,
  this.disableDtmf,
  this.instagramConfig,
  this.noiseSuppressionLevel,
  this.personaProperty,
  this.profileId,
  this.webWidgetConfig,
  this.whatsappConfig,
});