ReportStateAndNotificationRequest constructor
ReportStateAndNotificationRequest({
- String? agentUserId,
- String? eventId,
- String? followUpToken,
- StateAndNotificationPayload? payload,
- String? requestId,
Implementation
ReportStateAndNotificationRequest({
this.agentUserId,
this.eventId,
this.followUpToken,
this.payload,
this.requestId,
});