Converts to JSON.
Map<String, dynamic> toJson() => { if (text != null) 'text': text!.toJson(), if (audio != null) 'audio': audio!.toJson(), if (image != null) 'image': image!.toJson(), };