| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.clone() |
FulfillmentUpdateResponseSpecification |
FulfillmentUpdatesSpecification.getUpdateResponse()
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withAllowInterrupt(Boolean allowInterrupt)
Determines whether the user can interrupt an update message while it is playing.
|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withFrequencyInSeconds(Integer frequencyInSeconds)
The frequency that a message is sent to the user.
|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
One to 5 message groups that contain update messages.
|
FulfillmentUpdateResponseSpecification |
FulfillmentUpdateResponseSpecification.withMessageGroups(MessageGroup... messageGroups)
One to 5 message groups that contain update messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentUpdatesSpecification.setUpdateResponse(FulfillmentUpdateResponseSpecification updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withUpdateResponse(FulfillmentUpdateResponseSpecification updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
Copyright © 2022. All rights reserved.