Generates a map representing the InteractiveMessage.
InteractiveMessage
@override Map<String, dynamic> toJson() { Map<String, dynamic> map = super.toJson(); map[ModelFieldConstants.customData] = customData; return map; }