Class DialogflowCxAgentTextToSpeechSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentTextToSpeechSettings.Jsii$Proxy
-
- All Implemented Interfaces:
DialogflowCxAgentTextToSpeechSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DialogflowCxAgentTextToSpeechSettings
@Stability(Stable) @Internal public static final class DialogflowCxAgentTextToSpeechSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DialogflowCxAgentTextToSpeechSettings
An implementation forDialogflowCxAgentTextToSpeechSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentTextToSpeechSettings
DialogflowCxAgentTextToSpeechSettings.Builder, DialogflowCxAgentTextToSpeechSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DialogflowCxAgentTextToSpeechSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentTextToSpeechSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetSynthesizeSpeechConfigs()Configuration of how speech should be synthesized, mapping from language to SynthesizeSpeechConfig.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DialogflowCxAgentTextToSpeechSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theDialogflowCxAgentTextToSpeechSettings.Builder.
-
-
Method Detail
-
getSynthesizeSpeechConfigs
public final String getSynthesizeSpeechConfigs()
Description copied from interface:DialogflowCxAgentTextToSpeechSettingsConfiguration 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}
- Specified by:
getSynthesizeSpeechConfigsin interfaceDialogflowCxAgentTextToSpeechSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-