@Stability(value=Stable)
public static interface CfnBot.BotAliasLocaleSettingsItemProperty
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.*;
BotAliasLocaleSettingsItemProperty botAliasLocaleSettingsItemProperty = BotAliasLocaleSettingsItemProperty.builder()
.botAliasLocaleSetting(BotAliasLocaleSettingsProperty.builder()
.enabled(false)
// the properties below are optional
.codeHookSpecification(CodeHookSpecificationProperty.builder()
.lambdaCodeHook(LambdaCodeHookProperty.builder()
.codeHookInterfaceVersion("codeHookInterfaceVersion")
.lambdaArn("lambdaArn")
.build())
.build())
.build())
.localeId("localeId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.BotAliasLocaleSettingsItemProperty.Builder
A builder for
CfnBot.BotAliasLocaleSettingsItemProperty |
static class |
CfnBot.BotAliasLocaleSettingsItemProperty.Jsii$Proxy
An implementation for
CfnBot.BotAliasLocaleSettingsItemProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.BotAliasLocaleSettingsItemProperty.Builder |
builder() |
Object |
getBotAliasLocaleSetting()
Specifies locale settings for a locale.
|
String |
getLocaleId()
Specifies the locale that the settings apply to.
|
@Stability(value=Stable) @NotNull Object getBotAliasLocaleSetting()
@Stability(value=Stable) @NotNull String getLocaleId()
@Stability(value=Stable) static CfnBot.BotAliasLocaleSettingsItemProperty.Builder builder()
Copyright © 2022. All rights reserved.