Struct aws_sdk_lexmodelsv2::model::wait_and_continue_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for WaitAndContinueSpecification
Implementations
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
pub fn set_still_waiting_response(
self,
input: Option<StillWaitingResponseSpecification>
) -> Self
pub fn set_still_waiting_response(
self,
input: Option<StillWaitingResponseSpecification>
) -> Self
A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.
Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.
Consumes the builder and constructs a WaitAndContinueSpecification
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
