| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
UtteranceData |
UtteranceData.clone() |
UtteranceData |
UtteranceData.withCount(Integer count)
The number of times that the utterance was processed.
|
UtteranceData |
UtteranceData.withDistinctUsers(Integer distinctUsers)
The total number of individuals that used the utterance.
|
UtteranceData |
UtteranceData.withFirstUtteredDate(Date firstUtteredDate)
The date that the utterance was first recorded.
|
UtteranceData |
UtteranceData.withLastUtteredDate(Date lastUtteredDate)
The date that the utterance was last recorded.
|
UtteranceData |
UtteranceData.withUtteranceString(String utteranceString)
The text that was entered by the user or the text representation of an audio clip.
|
| Modifier and Type | Method and Description |
|---|---|
List<UtteranceData> |
UtteranceList.getUtterances()
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 |
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 |
|---|---|
void |
UtteranceList.setUtterances(Collection<UtteranceData> utterances)
One or more UtteranceData objects that contain information about the utterances that have been made to a
bot.
|
UtteranceList |
UtteranceList.withUtterances(Collection<UtteranceData> utterances)
One or more UtteranceData objects that contain information about the utterances that have been made to a
bot.
|
Copyright © 2020. All rights reserved.