| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceData> |
UtteranceList.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 |
|---|---|
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 |
|---|---|
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.
|
Copyright © 2019. All rights reserved.