Struct aws_sdk_lexruntime::model::active_context::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ActiveContext
Implementations
The length of time or number of turns that a context remains active.
The length of time or number of turns that a context remains active.
Adds a key-value pair to parameters
.
To override the contents of this collection use set_parameters
.
State variables for the current context. You can use these values as default values for slots in subsequent events.
State variables for the current context. You can use these values as default values for slots in subsequent events.
Consumes the builder and constructs a ActiveContext
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