| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.allowInterrupt(Boolean allowInterrupt)
Determines whether the user can interrupt an update message while it is playing.
|
static FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.builder() |
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.frequencyInSeconds(Integer frequencyInSeconds)
The frequency that a message is sent to the user.
|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
One to 5 message groups that contain update messages.
|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.messageGroups(Consumer<MessageGroup.Builder>... messageGroups)
One to 5 message groups that contain update messages.
|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.Builder.messageGroups(MessageGroup... messageGroups)
One to 5 message groups that contain update messages.
|
FulfillmentUpdateResponseSpecification.Builder |
FulfillmentUpdateResponseSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FulfillmentUpdateResponseSpecification.Builder> |
FulfillmentUpdateResponseSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FulfillmentUpdatesSpecification.Builder |
FulfillmentUpdatesSpecification.Builder.updateResponse(Consumer<FulfillmentUpdateResponseSpecification.Builder> updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
Copyright © 2022. All rights reserved.