Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.FulfillmentUpdateResponseSpecification
-
Packages that use FulfillmentUpdateResponseSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of FulfillmentUpdateResponseSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return FulfillmentUpdateResponseSpecification Modifier and Type Method Description FulfillmentUpdateResponseSpecificationFulfillmentUpdatesSpecification. updateResponse()Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type FulfillmentUpdateResponseSpecification Modifier and Type Method Description FulfillmentUpdatesSpecification.BuilderFulfillmentUpdatesSpecification.Builder. updateResponse(FulfillmentUpdateResponseSpecification updateResponse)Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.
-