Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UserTurnOutputSpecification
-
Packages that use UserTurnOutputSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of UserTurnOutputSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return UserTurnOutputSpecification Modifier and Type Method Description UserTurnOutputSpecificationUserTurnResult. actualOutput()Contains information about the actual output for the user turn.UserTurnOutputSpecificationUserTurnSpecification. expected()Contains results about the expected output for the user turn.UserTurnOutputSpecificationUserTurnResult. expectedOutput()Contains information about the expected output for the user turn.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type UserTurnOutputSpecification Modifier and Type Method Description UserTurnResult.BuilderUserTurnResult.Builder. actualOutput(UserTurnOutputSpecification actualOutput)Contains information about the actual output for the user turn.UserTurnSpecification.BuilderUserTurnSpecification.Builder. expected(UserTurnOutputSpecification expected)Contains results about the expected output for the user turn.UserTurnResult.BuilderUserTurnResult.Builder. expectedOutput(UserTurnOutputSpecification expectedOutput)Contains information about the expected output for the user turn.
-