synthesizeSpeechConfigs

@JvmName(name = "rbdolbyxlhiwvste")
suspend fun synthesizeSpeechConfigs(value: Output<Map<String, String>>)
@JvmName(name = "tqyujjtknxahbqiu")
suspend fun synthesizeSpeechConfigs(value: Map<String, String>?)

Parameters

value

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


@JvmName(name = "yaejhtrstggjasdd")
fun synthesizeSpeechConfigs(vararg values: Pair<String, String>)

Parameters

values

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