@Stability(value=Stable) public static final class CfnBot.VoiceSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.VoiceSettingsProperty>
CfnBot.VoiceSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.VoiceSettingsProperty |
build()
Builds the configured instance.
|
CfnBot.VoiceSettingsProperty.Builder |
engine(String engine)
Sets the value of
CfnBot.VoiceSettingsProperty.getEngine() |
CfnBot.VoiceSettingsProperty.Builder |
voiceId(String voiceId)
Sets the value of
CfnBot.VoiceSettingsProperty.getVoiceId() |
@Stability(value=Stable) public CfnBot.VoiceSettingsProperty.Builder voiceId(String voiceId)
CfnBot.VoiceSettingsProperty.getVoiceId()voiceId - The Amazon Polly voice used for voice interaction with the user. This parameter is required.this@Stability(value=Stable) public CfnBot.VoiceSettingsProperty.Builder engine(String engine)
CfnBot.VoiceSettingsProperty.getEngine()engine - `CfnBot.VoiceSettingsProperty.Engine`.this@Stability(value=Stable) public CfnBot.VoiceSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.VoiceSettingsProperty>CfnBot.VoiceSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.