Struct aws_sdk_lexmodelsv2::model::fulfillment_update_response_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for FulfillmentUpdateResponseSpecification
Implementations
The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
Appends an item to message_groups.
To override the contents of this collection use set_message_groups.
One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
Determines whether the user can interrupt an update message while it is playing.
Determines whether the user can interrupt an update message while it is playing.
Consumes the builder and constructs a FulfillmentUpdateResponseSpecification
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
