| 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 UtteranceData objects that contain information about the utterances that have been made to a
bot.
|
UtteranceList |
UtteranceList.withUtterances(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 |
|---|---|
List<UtteranceList> |
GetUtterancesViewResult.getUtterances()
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
| Modifier and Type | Method and Description |
|---|---|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData 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 UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
GetUtterancesViewResult |
GetUtterancesViewResult.withUtterances(Collection<UtteranceList> utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing the
utterances that were processed by your bot.
|
Copyright © 2023. All rights reserved.