ReportInteractionRequest constructor

ReportInteractionRequest({
  1. String? interactionType,
  2. String? responseToken,
  3. String? subtype,
  4. String? type,
})

Implementation

ReportInteractionRequest({
  this.interactionType,
  this.responseToken,
  this.subtype,
  this.type,
});