toJson method
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,
};
}