Class DialogflowCxAgentSpeechToTextSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_cx_agent.DialogflowCxAgentSpeechToTextSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowCxAgentSpeechToTextSettings>
- Enclosing interface:
- DialogflowCxAgentSpeechToTextSettings
@Stability(Stable) public static final class DialogflowCxAgentSpeechToTextSettings.Builder extends Object implements software.amazon.jsii.Builder<DialogflowCxAgentSpeechToTextSettings>
A builder forDialogflowCxAgentSpeechToTextSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowCxAgentSpeechToTextSettingsbuild()Builds the configured instance.DialogflowCxAgentSpeechToTextSettings.BuilderenableSpeechAdaptation(com.hashicorp.cdktf.IResolvable enableSpeechAdaptation)Sets the value ofDialogflowCxAgentSpeechToTextSettings.getEnableSpeechAdaptation()DialogflowCxAgentSpeechToTextSettings.BuilderenableSpeechAdaptation(Boolean enableSpeechAdaptation)Sets the value ofDialogflowCxAgentSpeechToTextSettings.getEnableSpeechAdaptation()
-
-
-
Method Detail
-
enableSpeechAdaptation
@Stability(Stable) public DialogflowCxAgentSpeechToTextSettings.Builder enableSpeechAdaptation(Boolean enableSpeechAdaptation)
Sets the value ofDialogflowCxAgentSpeechToTextSettings.getEnableSpeechAdaptation()- Parameters:
enableSpeechAdaptation- Whether to use speech adaptation for speech recognition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#enable_speech_adaptation DialogflowCxAgent#enable_speech_adaptation}- Returns:
this
-
enableSpeechAdaptation
@Stability(Stable) public DialogflowCxAgentSpeechToTextSettings.Builder enableSpeechAdaptation(com.hashicorp.cdktf.IResolvable enableSpeechAdaptation)
Sets the value ofDialogflowCxAgentSpeechToTextSettings.getEnableSpeechAdaptation()- Parameters:
enableSpeechAdaptation- Whether to use speech adaptation for speech recognition. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_cx_agent#enable_speech_adaptation DialogflowCxAgent#enable_speech_adaptation}- Returns:
this
-
build
@Stability(Stable) public DialogflowCxAgentSpeechToTextSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowCxAgentSpeechToTextSettings>- Returns:
- a new instance of
DialogflowCxAgentSpeechToTextSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-