Struct aws_sdk_lexruntimev2::model::active_context_time_to_live::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ActiveContextTimeToLive
Implementations
The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24 hours).
The number of seconds that the context is active. You can specify between 5 and 86400 seconds (24 hours).
The number of turns that the context is active. You can specify up to 20 turns. Each request and response from the bot is a turn.
The number of turns that the context is active. You can specify up to 20 turns. Each request and response from the bot is a turn.
Consumes the builder and constructs a ActiveContextTimeToLive
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
