CopyableBuilder<UtteranceList.Builder,UtteranceList>
, SdkBuilder<UtteranceList.Builder,UtteranceList>
public static interface UtteranceList.Builder extends CopyableBuilder<UtteranceList.Builder,UtteranceList>
Modifier and Type | Method | Description |
---|---|---|
UtteranceList.Builder |
botVersion(String botVersion) |
The version of the bot that processed the list.
|
UtteranceList.Builder |
utterances(Collection<UtteranceData> utterances) |
One or more objects that contain information about the utterances that have been made to a bot.
|
UtteranceList.Builder |
utterances(UtteranceData... utterances) |
One or more objects that contain information about the utterances that have been made to a bot.
|
copy
apply, build
UtteranceList.Builder botVersion(String botVersion)
The version of the bot that processed the list.
botVersion
- The version of the bot that processed the list.UtteranceList.Builder utterances(Collection<UtteranceData> utterances)
One or more objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
utterances
- One or more objects that contain information about the utterances that have been made to a bot. The
maximum number of object is 100.UtteranceList.Builder utterances(UtteranceData... utterances)
One or more objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
NOTE: This method appends the values to the existing list (if any). Use
#setUtterances(java.util.Collection)
or #withUtterances(java.util.Collection)
if you want to
override the existing values.
utterances
- One or more objects that contain information about the utterances that have been made to a bot. The
maximum number of object is 100.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.