Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.FulfillmentStartResponseSpecification.Builder
-
Packages that use FulfillmentStartResponseSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of FulfillmentStartResponseSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return FulfillmentStartResponseSpecification.Builder Modifier and Type Method Description FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. allowInterrupt(Boolean allowInterrupt)Determines whether the user can interrupt the start message while it is playing.static FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification. builder()FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. delayInSeconds(Integer delayInSeconds)The delay between when the Lambda fulfillment function starts running and the start message is played.FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)1 - 5 message groups that contain start messages.FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. messageGroups(Consumer<MessageGroup.Builder>... messageGroups)1 - 5 message groups that contain start messages.FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification.Builder. messageGroups(MessageGroup... messageGroups)1 - 5 message groups that contain start messages.FulfillmentStartResponseSpecification.BuilderFulfillmentStartResponseSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type FulfillmentStartResponseSpecification.Builder Modifier and Type Method Description static Class<? extends FulfillmentStartResponseSpecification.Builder>FulfillmentStartResponseSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type FulfillmentStartResponseSpecification.Builder Modifier and Type Method Description default FulfillmentUpdatesSpecification.BuilderFulfillmentUpdatesSpecification.Builder. startResponse(Consumer<FulfillmentStartResponseSpecification.Builder> startResponse)Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.
-