Struct aws_sdk_lexmodelsv2::output::create_bot_version_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateBotVersionOutput
Implementations
The bot identifier specified in the request.
The bot identifier specified in the request.
The description of the version specified in the request.
The description of the version specified in the request.
The version number assigned to the version.
The version number assigned to the version.
pub fn bot_version_locale_specification(
self,
k: impl Into<String>,
v: BotVersionLocaleDetails
) -> Self
pub fn bot_version_locale_specification(
self,
k: impl Into<String>,
v: BotVersionLocaleDetails
) -> Self
Adds a key-value pair to bot_version_locale_specification.
To override the contents of this collection use set_bot_version_locale_specification.
The source versions used for each locale in the new version.
pub fn set_bot_version_locale_specification(
self,
input: Option<HashMap<String, BotVersionLocaleDetails>>
) -> Self
pub fn set_bot_version_locale_specification(
self,
input: Option<HashMap<String, BotVersionLocaleDetails>>
) -> Self
The source versions used for each locale in the new version.
When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
When you send a request to create or update a bot, Amazon Lex sets the status response element to Creating. After Amazon Lex builds the bot, it sets status to Available. If Amazon Lex can't build the bot, it sets status to Failed.
A timestamp of the date and time that the version was created.
A timestamp of the date and time that the version was created.
Consumes the builder and constructs a CreateBotVersionOutput
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
