Struct aws_sdk_lexmodelsv2::model::still_waiting_response_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StillWaitingResponseSpecification
Implementations
Appends an item to message_groups.
To override the contents of this collection use set_message_groups.
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.
One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.
How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.
How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.
Indicates that the user can interrupt the response by speaking while the message is being played.
Indicates that the user can interrupt the response by speaking while the message is being played.
Consumes the builder and constructs a StillWaitingResponseSpecification
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
