copy

fun copy(    heading: InAppMessageTextInfo? = this.heading,     body: InAppMessageTextInfo? = this.body,     media: InAppMessageMediaInfo? = this.media,     footer: InAppMessageButtonInfo? = this.footer,     buttons: List<InAppMessageButtonInfo> = this.buttons,     buttonLayoutType: InAppMessageButtonLayoutType = this.buttonLayoutType,     template: Modal.Template = this.template,     backgroundColor: InAppMessageColor = this.backgroundColor,     @FloatRange(from = 0.0) borderRadius: Float = this.borderRadius,     dismissButtonColor: InAppMessageColor = this.dismissButtonColor,     allowFullscreenDisplay: Boolean = this.allowFullscreenDisplay): Modal

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