synthesizeSpeechConfigs property

Map<String, GoogleCloudDialogflowV2SynthesizeSpeechConfig>? synthesizeSpeechConfigs
getter/setter pair

Configuration of how speech should be synthesized, mapping from language (https://cloud.google.com/dialogflow/docs/reference/language) to SynthesizeSpeechConfig.

Optional.

Implementation

core.Map<core.String, GoogleCloudDialogflowV2SynthesizeSpeechConfig>?
    synthesizeSpeechConfigs;