Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.UtteranceList
-
Packages that use UtteranceList Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of UtteranceList in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type UtteranceList Modifier and Type Method Description List<UtteranceList>GetUtterancesViewResponse. utterances()An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type UtteranceList Modifier and Type Method Description GetUtterancesViewResponse.BuilderGetUtterancesViewResponse.Builder. utterances(UtteranceList... utterances)An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type UtteranceList Modifier and Type Method Description GetUtterancesViewResponse.BuilderGetUtterancesViewResponse.Builder. utterances(Collection<UtteranceList> utterances)An array of UtteranceList objects, each containing a list of UtteranceData objects describing the utterances that were processed by your bot.
-