Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.UtteranceData
-
Packages that use UtteranceData Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of UtteranceData in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type UtteranceData Modifier and Type Method Description List<UtteranceData>UtteranceList. utterances()One or more UtteranceData objects that contain information about the utterances that have been made to a bot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type UtteranceData Modifier and Type Method Description UtteranceList.BuilderUtteranceList.Builder. utterances(UtteranceData... utterances)One or more UtteranceData objects that contain information about the utterances that have been made to a bot.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type UtteranceData Modifier and Type Method Description UtteranceList.BuilderUtteranceList.Builder. utterances(Collection<UtteranceData> utterances)One or more UtteranceData objects that contain information about the utterances that have been made to a bot.
-