Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.UtteranceList.Builder
-
Packages that use UtteranceList.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of UtteranceList.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return UtteranceList.Builder Modifier and Type Method Description UtteranceList.BuilderUtteranceList.Builder. botVersion(String botVersion)The version of the bot that processed the list.static UtteranceList.BuilderUtteranceList. builder()UtteranceList.BuilderUtteranceList. toBuilder()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.UtteranceList.BuilderUtteranceList.Builder. utterances(Consumer<UtteranceData.Builder>... utterances)One or more UtteranceData objects that contain information about the utterances that have been made to a bot.UtteranceList.BuilderUtteranceList.Builder. utterances(UtteranceData... 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 that return types with arguments of type UtteranceList.Builder Modifier and Type Method Description static Class<? extends UtteranceList.Builder>UtteranceList. serializableBuilderClass()
-