RoutingProfile constructor

RoutingProfile({
  1. String? defaultOutboundQueueId,
  2. String? description,
  3. String? instanceId,
  4. List<MediaConcurrency>? mediaConcurrencies,
  5. String? name,
  6. String? routingProfileArn,
  7. String? routingProfileId,
  8. Map<String, String>? tags,
})

Implementation

RoutingProfile({
  this.defaultOutboundQueueId,
  this.description,
  this.instanceId,
  this.mediaConcurrencies,
  this.name,
  this.routingProfileArn,
  this.routingProfileId,
  this.tags,
});