toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (assistQueryParams != null) 'assistQueryParams': assistQueryParams!,
      if (cxParameters != null) 'cxParameters': cxParameters!,
      if (eventInput != null) 'eventInput': eventInput!,
      if (queryParams != null) 'queryParams': queryParams!,
      if (replyAudioConfig != null) 'replyAudioConfig': replyAudioConfig!,
      if (requestId != null) 'requestId': requestId!,
      if (suggestionInput != null) 'suggestionInput': suggestionInput!,
      if (textInput != null) 'textInput': textInput!,
    };