Struct aws_sdk_lexmodelsv2::output::create_bot_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateBotOutput
Implementations
A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
A unique identifier for a particular bot. You use this to identify the bot when you call other Amazon Lex API operations.
The name specified for the bot.
The description specified for the bot.
The description specified for the bot.
The IAM role specified for the bot.
The data privacy settings specified for the bot.
The data privacy settings specified for the bot.
The session idle time specified for the bot.
The session idle time specified for the bot.
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the Draft version of the bot.
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the Draft version of the bot.
A timestamp indicating the date and time that the bot was created.
A timestamp indicating the date and time that the bot was created.
Adds a key-value pair to bot_tags.
To override the contents of this collection use set_bot_tags.
A list of tags associated with the bot.
A list of tags associated with the bot.
Adds a key-value pair to test_bot_alias_tags.
To override the contents of this collection use set_test_bot_alias_tags.
A list of tags associated with the test alias for the bot.
A list of tags associated with the test alias for the bot.
Consumes the builder and constructs a CreateBotOutput
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