Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UserTurnInputSpecification
-
Packages that use UserTurnInputSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of UserTurnInputSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return UserTurnInputSpecification Modifier and Type Method Description UserTurnInputSpecificationUserTurnResult. input()Contains information about the user messages in the turn in the input.UserTurnInputSpecificationUserTurnSpecification. input()Contains information about the user messages in the turn in the input.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type UserTurnInputSpecification Modifier and Type Method Description UserTurnResult.BuilderUserTurnResult.Builder. input(UserTurnInputSpecification input)Contains information about the user messages in the turn in the input.UserTurnSpecification.BuilderUserTurnSpecification.Builder. input(UserTurnInputSpecification input)Contains information about the user messages in the turn in the input.
-