| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.clone() |
FulfillmentStartResponseSpecification |
FulfillmentUpdatesSpecification.getStartResponse()
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withAllowInterrupt(Boolean allowInterrupt)
Determines whether the user can interrupt the start message while it is playing.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withDelayInSeconds(Integer delayInSeconds)
The delay between when the Lambda fulfillment function starts running and the start message is played.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
1 - 5 message groups that contain start messages.
|
FulfillmentStartResponseSpecification |
FulfillmentStartResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
1 - 5 message groups that contain start messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentUpdatesSpecification.setStartResponse(FulfillmentStartResponseSpecification startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withStartResponse(FulfillmentStartResponseSpecification startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
Copyright © 2025. All rights reserved.