Struct aws_sdk_lexmodelsv2::output::update_bot_alias_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateBotAliasOutput
Implementations
The identifier of the updated bot alias.
The identifier of the updated bot alias.
The updated name of the bot alias.
The updated name of the bot alias.
The updated description of the bot alias.
The updated description of the bot alias.
The updated version of the bot that the alias points to.
The updated version of the bot that the alias points to.
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 updated 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 updated Lambda functions to use in each locale for the bot alias.
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
The updated 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 current status of the bot alias. When the status is Available the alias is ready for use.
The current status of the bot alias. When the status is Available the alias is ready for use.
The identifier of the bot with the updated alias.
The identifier of the bot with the updated alias.
A timestamp of the date and time that the bot was created.
A timestamp of the date and time that the bot was created.
A timestamp of the date and time that the bot was last updated.
A timestamp of the date and time that the bot was last updated.
Consumes the builder and constructs a UpdateBotAliasOutput
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
