ReportStateAndNotificationRequest constructor

ReportStateAndNotificationRequest({
  1. String? agentUserId,
  2. String? eventId,
  3. String? followUpToken,
  4. StateAndNotificationPayload? payload,
  5. String? requestId,
})

Implementation

ReportStateAndNotificationRequest({
  this.agentUserId,
  this.eventId,
  this.followUpToken,
  this.payload,
  this.requestId,
});