@Stability(value=Stable)
public static interface CfnBot.VoiceSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
VoiceSettingsProperty voiceSettingsProperty = VoiceSettingsProperty.builder()
.voiceId("voiceId")
// the properties below are optional
.engine("engine")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.VoiceSettingsProperty.Builder
A builder for
CfnBot.VoiceSettingsProperty |
static class |
CfnBot.VoiceSettingsProperty.Jsii$Proxy
An implementation for
CfnBot.VoiceSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.VoiceSettingsProperty.Builder |
builder() |
default String |
getEngine()
`CfnBot.VoiceSettingsProperty.Engine`.
|
String |
getVoiceId()
The Amazon Polly voice used for voice interaction with the user.
|
@Stability(value=Stable) @NotNull String getVoiceId()
@Stability(value=Stable) @Nullable default String getEngine()
@Stability(value=Stable) static CfnBot.VoiceSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.