| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceList |
UtteranceList.clone() |
UtteranceList |
UtteranceList.withBotVersion(String botVersion)
The version of the bot that processed the list.
|
UtteranceList |
UtteranceList.withUtterances(Collection<UtteranceData> utterances)
One or more objects that contain information about the utterances that have been made to a bot.
|
UtteranceList |
UtteranceList.withUtterances(UtteranceData... utterances)
One or more objects that contain information about the utterances that have been made to a bot.
|
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceList> |
GetUtterancesViewResult.getUtterances()
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(UtteranceList... utterances)
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUtterancesViewResult.setUtterances(Collection<UtteranceList> utterances)
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(Collection<UtteranceList> utterances)
An array of objects, each containing a list of objects describing the utterances that were processed by your bot.
|
Copyright © 2017. All rights reserved.