Struct aws_sdk_lexmodelsv2::input::update_bot_alias_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateBotAliasInput
Implementations
The unique identifier of the bot alias.
The unique identifier of the bot alias.
The new name to assign to the bot alias.
The new name to assign to the bot alias.
The new description to assign to the bot alias.
The new description to assign to the bot alias.
The new bot version to assign to the bot alias.
The new bot version to assign to the bot alias.
pub fn bot_alias_locale_settings(
self,
k: impl Into<String>,
v: BotAliasLocaleSettings
) -> Self
pub fn bot_alias_locale_settings(
self,
k: impl Into<String>,
v: BotAliasLocaleSettings
) -> Self
Adds a key-value pair to bot_alias_locale_settings.
To override the contents of this collection use set_bot_alias_locale_settings.
The new Lambda functions to use in each locale for the bot alias.
pub fn set_bot_alias_locale_settings(
self,
input: Option<HashMap<String, BotAliasLocaleSettings>>
) -> Self
pub fn set_bot_alias_locale_settings(
self,
input: Option<HashMap<String, BotAliasLocaleSettings>>
) -> Self
The new Lambda functions to use in each locale for the bot alias.
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
pub fn set_sentiment_analysis_settings(
self,
input: Option<SentimentAnalysisSettings>
) -> Self
pub fn set_sentiment_analysis_settings(
self,
input: Option<SentimentAnalysisSettings>
) -> Self
Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
The identifier of the bot with the updated alias.
The identifier of the bot with the updated alias.
Consumes the builder and constructs a UpdateBotAliasInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more