Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.StillWaitingResponseSpecification
-
Packages that use StillWaitingResponseSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of StillWaitingResponseSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return StillWaitingResponseSpecification Modifier and Type Method Description StillWaitingResponseSpecificationWaitAndContinueSpecification. stillWaitingResponse()A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type StillWaitingResponseSpecification Modifier and Type Method Description WaitAndContinueSpecification.BuilderWaitAndContinueSpecification.Builder. stillWaitingResponse(StillWaitingResponseSpecification stillWaitingResponse)A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
-