| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
static UtteranceData.Builder |
UtteranceData.builder() |
UtteranceData.Builder |
UtteranceData.Builder.count(Integer count)
The number of times that the utterance was processed.
|
UtteranceData.Builder |
UtteranceData.Builder.distinctUsers(Integer distinctUsers)
The total number of individuals that used the utterance.
|
UtteranceData.Builder |
UtteranceData.Builder.firstUtteredDate(Instant firstUtteredDate)
The date that the utterance was first recorded.
|
UtteranceData.Builder |
UtteranceData.Builder.lastUtteredDate(Instant lastUtteredDate)
The date that the utterance was last recorded.
|
UtteranceData.Builder |
UtteranceData.toBuilder() |
UtteranceData.Builder |
UtteranceData.Builder.utteranceString(String utteranceString)
The text that was entered by the user or the text representation of an audio clip.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UtteranceData.Builder> |
UtteranceData.serializableBuilderClass() |
Copyright © 2021. All rights reserved.