TextToSpeechResponseUpdate constructor
TextToSpeechResponseUpdate({
- DataContent? audio,
- String? responseId,
- String? modelId,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new TextToSpeechResponseUpdate.
Implementation
TextToSpeechResponseUpdate({
this.audio,
this.responseId,
this.modelId,
this.rawRepresentation,
this.additionalProperties,
});