Interface DialogflowCxAgentTextToSpeechSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DialogflowCxAgentTextToSpeechSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.920Z") @Stability(Stable) public interface DialogflowCxAgentTextToSpeechSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDialogflowCxAgentTextToSpeechSettings.BuilderA builder forDialogflowCxAgentTextToSpeechSettingsstatic classDialogflowCxAgentTextToSpeechSettings.Jsii$ProxyAn implementation forDialogflowCxAgentTextToSpeechSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DialogflowCxAgentTextToSpeechSettings.Builderbuilder()default StringgetSynthesizeSpeechConfigs()Configuration of how speech should be synthesized, mapping from language to SynthesizeSpeechConfig.
-
-
-
Method Detail
-
getSynthesizeSpeechConfigs
@Stability(Stable) @Nullable default String getSynthesizeSpeechConfigs()
Configuration of how speech should be synthesized, mapping from language to SynthesizeSpeechConfig. These settings affect: * The phone gateway synthesize configuration set via Agent.text_to_speech_settings. * How speech is synthesized when invoking session APIs. 'Agent.text_to_speech_settings' only applies if 'OutputAudioConfig.synthesize_speech_config' is not specified.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#synthesize_speech_configs DialogflowCxAgent#synthesize_speech_configs}
-
builder
@Stability(Stable) static DialogflowCxAgentTextToSpeechSettings.Builder builder()
-
-