#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for FulfillmentStartResponseSpecification
Implementations
The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
Appends an item to message_groups.
To override the contents of this collection use set_message_groups.
One to 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
One to 5 message groups that contain start messages. Amazon Lex chooses one of the messages to play to the user.
Determines whether the user can interrupt the start message while it is playing.
Determines whether the user can interrupt the start message while it is playing.
Consumes the builder and constructs a FulfillmentStartResponseSpecification
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