toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (catalog != null) 'catalog': catalog!,
if (intentClassificationConfig != null)
'intentClassificationConfig': intentClassificationConfig!,
if (retailerDisplayName != null)
'retailerDisplayName': retailerDisplayName!,
};