Struct aws_sdk_lexmodelsv2::model::bot_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BotSummary
Implementations
The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
The unique identifier assigned to the bot. Use this ID to get detailed information about the bot with the DescribeBot operation.
The name of the bot.
The description of the bot.
The description of the bot.
The current status of the bot. When the status is Available the bot is ready for use.
The current status of the bot. When the status is Available the bot is ready for use.
The latest numerical version in use for the bot.
The latest numerical version in use for the bot.
The date and time that the bot was last updated.
The date and time that the bot was last updated.
Consumes the builder and constructs a BotSummary
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
