ChannelProfile constructor
ChannelProfile({
- String? channelType,
- bool? disableBargeInControl,
- bool? disableDtmf,
- ChannelProfileInstagramConfig? instagramConfig,
- String? noiseSuppressionLevel,
- ChannelProfilePersonaProperty? personaProperty,
- String? profileId,
- ChannelProfileWebWidgetConfig? webWidgetConfig,
- ChannelProfileWhatsAppConfig? whatsappConfig,
Implementation
ChannelProfile({
this.channelType,
this.disableBargeInControl,
this.disableDtmf,
this.instagramConfig,
this.noiseSuppressionLevel,
this.personaProperty,
this.profileId,
this.webWidgetConfig,
this.whatsappConfig,
});