Interface CfnBotPropsMixin.BotAliasLocaleSettingsItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.BotAliasLocaleSettingsItemProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.BotAliasLocaleSettingsItemProperty
extends software.amazon.jsii.JsiiSerializable
Specifies locale settings for a single locale.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lex.*;
BotAliasLocaleSettingsItemProperty botAliasLocaleSettingsItemProperty = BotAliasLocaleSettingsItemProperty.builder()
.botAliasLocaleSetting(BotAliasLocaleSettingsProperty.builder()
.codeHookSpecification(CodeHookSpecificationProperty.builder()
.lambdaCodeHook(LambdaCodeHookProperty.builder()
.codeHookInterfaceVersion("codeHookInterfaceVersion")
.lambdaArn("lambdaArn")
.build())
.build())
.enabled(false)
.build())
.localeId("localeId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.BotAliasLocaleSettingsItemPropertystatic final classAn implementation forCfnBotPropsMixin.BotAliasLocaleSettingsItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBotAliasLocaleSetting
Specifies locale settings for a locale.Returns union: either
IResolvableorCfnBotPropsMixin.BotAliasLocaleSettingsProperty- See Also:
-
getLocaleId
Specifies the locale that the settings apply to.- See Also:
-
builder
-