Struct aws_sdk_lexmodelsv2::model::BotAliasLocaleSettings
source · #[non_exhaustive]pub struct BotAliasLocaleSettings { /* private fields */ }Expand description
Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
Implementations§
source§impl BotAliasLocaleSettings
impl BotAliasLocaleSettings
sourcepub fn enabled(&self) -> bool
pub fn enabled(&self) -> bool
Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.
sourcepub fn code_hook_specification(&self) -> Option<&CodeHookSpecification>
pub fn code_hook_specification(&self) -> Option<&CodeHookSpecification>
Specifies the Lambda function that should be used in the locale.
source§impl BotAliasLocaleSettings
impl BotAliasLocaleSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BotAliasLocaleSettings.
Trait Implementations§
source§impl Clone for BotAliasLocaleSettings
impl Clone for BotAliasLocaleSettings
source§fn clone(&self) -> BotAliasLocaleSettings
fn clone(&self) -> BotAliasLocaleSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more