VoiceTemplateResponse constructor
VoiceTemplateResponse({})
Implementation
VoiceTemplateResponse({
required this.creationDate,
required this.lastModifiedDate,
required this.templateName,
required this.templateType,
this.arn,
this.body,
this.defaultSubstitutions,
this.languageCode,
this.templateDescription,
this.version,
this.voiceId,
this.tags,
});