CopyableBuilder<UtteranceData.Builder,UtteranceData>
, SdkBuilder<UtteranceData.Builder,UtteranceData>
public static interface UtteranceData.Builder extends CopyableBuilder<UtteranceData.Builder,UtteranceData>
Modifier and Type | Method | Description |
---|---|---|
UtteranceData.Builder |
count(Integer count) |
The number of times that the utterance was processed.
|
UtteranceData.Builder |
distinctUsers(Integer distinctUsers) |
The total number of individuals that used the utterance.
|
UtteranceData.Builder |
firstUtteredDate(Date firstUtteredDate) |
The date that the utterance was first recorded.
|
UtteranceData.Builder |
lastUtteredDate(Date lastUtteredDate) |
The date that the utterance was last recorded.
|
UtteranceData.Builder |
utteranceString(String utteranceString) |
The text that was entered by the user or the text representation of an audio clip.
|
copy
apply, build
UtteranceData.Builder utteranceString(String utteranceString)
The text that was entered by the user or the text representation of an audio clip.
utteranceString
- The text that was entered by the user or the text representation of an audio clip.UtteranceData.Builder count(Integer count)
The number of times that the utterance was processed.
count
- The number of times that the utterance was processed.UtteranceData.Builder distinctUsers(Integer distinctUsers)
The total number of individuals that used the utterance.
distinctUsers
- The total number of individuals that used the utterance.UtteranceData.Builder firstUtteredDate(Date firstUtteredDate)
The date that the utterance was first recorded.
firstUtteredDate
- The date that the utterance was first recorded.UtteranceData.Builder lastUtteredDate(Date lastUtteredDate)
The date that the utterance was last recorded.
lastUtteredDate
- The date that the utterance was last recorded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.