Struct aws_sdk_lexmodelsv2::input::update_bot_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateBotInput
Implementations
The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
The unique identifier of the bot to update. This identifier is returned by the CreateBot operation.
The new name of the bot. The name must be unique in the account that creates the bot.
The new name of the bot. The name must be unique in the account that creates the bot.
A description of the bot.
A description of the bot.
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the bot.
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Lex deletes any data provided before the timeout.
You can specify between 60 (1 minute) and 86,400 (24 hours) seconds.
Consumes the builder and constructs a UpdateBotInput
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