| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.allowInterrupt(Boolean allowInterrupt)
Determines whether the user can interrupt the start message while it is playing.
|
static FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.builder() |
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.delayInSeconds(Integer delayInSeconds)
The delay between when the Lambda fulfillment function starts running and the start message is played.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
One to 5 message groups that contain start messages.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.messageGroups(Consumer<MessageGroup.Builder>... messageGroups)
One to 5 message groups that contain start messages.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
One to 5 message groups that contain start messages.
|
FulfillmentStartResponseSpecification.Builder |
FulfillmentStartResponseSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FulfillmentStartResponseSpecification.Builder> |
FulfillmentStartResponseSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.startResponse(Consumer<FulfillmentStartResponseSpecification.Builder> startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
Copyright © 2021. All rights reserved.