Struct aws_sdk_lexmodelsv2::model::output_context::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for OutputContext
Implementations
The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
The amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.
The number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.
Consumes the builder and constructs a OutputContext
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
