copy

fun copy(    responseInfo: ResponseInfo = this.responseInfo,     text: String? = this.text,     screenshot: Bitmap? = this.screenshot,     sessionId: String? = this.sessionId,     feedbackId: String? = this.feedbackId): MissingResultFeedbackEvent

Creates new MissingResultFeedbackEvent from current instance.