Uses of Class
software.amazon.awssdk.services.qapps.model.ConversationMessage
-
Packages that use ConversationMessage Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of ConversationMessage in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ConversationMessage Modifier and Type Method Description List<ConversationMessage>PredictQAppInputOptions. conversation()A conversation to use as input for generating the Q App definition.Methods in software.amazon.awssdk.services.qapps.model with parameters of type ConversationMessage Modifier and Type Method Description PredictQAppInputOptions.BuilderPredictQAppInputOptions.Builder. conversation(ConversationMessage... conversation)A conversation to use as input for generating the Q App definition.Method parameters in software.amazon.awssdk.services.qapps.model with type arguments of type ConversationMessage Modifier and Type Method Description PredictQAppInputOptions.BuilderPredictQAppInputOptions.Builder. conversation(Collection<ConversationMessage> conversation)A conversation to use as input for generating the Q App definition.static PredictQAppInputOptionsPredictQAppInputOptions. fromConversation(List<ConversationMessage> conversation)Create an instance of this class withPredictQAppInputOptions.conversation()initialized to the given value.
-