InteractionModel constructor
InteractionModel({})
Implementation
InteractionModel({
required this.type,
this.interactionId,
this.instanceId,
this.sessionId,
this.userId,
this.device,
this.os,
this.lang,
});