| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceList.Builder |
UtteranceList.Builder.botVersion(String botVersion)
The version of the bot that processed the list.
|
static UtteranceList.Builder |
UtteranceList.builder() |
UtteranceList.Builder |
UtteranceList.toBuilder() |
UtteranceList.Builder |
UtteranceList.Builder.utterances(Collection<UtteranceData> utterances)
One or more UtteranceData objects that contain information about the utterances that have been made to
a bot.
|
UtteranceList.Builder |
UtteranceList.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.Builder |
UtteranceList.Builder.utterances(UtteranceData... utterances)
One or more UtteranceData objects that contain information about the utterances that have been made to
a bot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UtteranceList.Builder> |
UtteranceList.serializableBuilderClass() |
Copyright © 2019. All rights reserved.