toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final match = this.match;
  final matchIntentRequest = this.matchIntentRequest;
  final outputAudioConfig = this.outputAudioConfig;
  return {
    'match': ?match,
    'matchIntentRequest': ?matchIntentRequest,
    'outputAudioConfig': ?outputAudioConfig,
  };
}