Converts to JSON.
Map<String, dynamic> toJson() => { 'automatic_thread_titling': automaticThreadTitling.toJson(), 'file_upload': fileUpload.toJson(), 'history': history.toJson(), };