Uses of Class
software.amazon.awssdk.services.qapps.model.PredictQAppInputOptions
-
Packages that use PredictQAppInputOptions Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PredictQAppInputOptions in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return PredictQAppInputOptions Modifier and Type Method Description static PredictQAppInputOptionsPredictQAppInputOptions. fromConversation(List<ConversationMessage> conversation)Create an instance of this class withconversation()initialized to the given value.static PredictQAppInputOptionsPredictQAppInputOptions. fromProblemStatement(String problemStatement)Create an instance of this class withproblemStatement()initialized to the given value.PredictQAppInputOptionsPredictQAppRequest. options()The input to generate the Q App definition from, either a conversation or problem statement.Methods in software.amazon.awssdk.services.qapps.model with parameters of type PredictQAppInputOptions Modifier and Type Method Description PredictQAppRequest.BuilderPredictQAppRequest.Builder. options(PredictQAppInputOptions options)The input to generate the Q App definition from, either a conversation or problem statement.
-