copy

fun copy(    heading: InAppMessageTextInfo? = this.heading,     body: InAppMessageTextInfo? = this.body,     media: InAppMessageMediaInfo? = this.media,     buttons: List<InAppMessageButtonInfo>? = this.buttons,     buttonLayoutType: InAppMessageButtonLayoutType = this.buttonLayoutType,     template: Banner.Template = this.template,     backgroundColor: InAppMessageColor = this.backgroundColor,     dismissButtonColor: InAppMessageColor = this.dismissButtonColor,     borderRadius: Float = this.borderRadius,     durationMs: Long = this.durationMs,     placement: Banner.Placement = this.placement,     actions: JsonMap? = this.actions): Banner

Returns a copy of the Banner display content with the provided changes.