CopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
, SdkBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
public static interface GetUtterancesViewResponse.Builder extends CopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
Modifier and Type | Method | Description |
---|---|---|
GetUtterancesViewResponse.Builder |
botName(String botName) |
The name of the bot for which utterance information was returned.
|
GetUtterancesViewResponse.Builder |
utterances(Collection<UtteranceList> utterances) |
An array of objects, each containing a list of objects describing the utterances that were processed by your
bot.
|
GetUtterancesViewResponse.Builder |
utterances(UtteranceList... utterances) |
An array of objects, each containing a list of objects describing the utterances that were processed by your
bot.
|
copy
apply, build
GetUtterancesViewResponse.Builder botName(String botName)
The name of the bot for which utterance information was returned.
botName
- The name of the bot for which utterance information was returned.GetUtterancesViewResponse.Builder utterances(Collection<UtteranceList> utterances)
An array of objects, each containing a list of objects describing the utterances that were processed by your
bot. The response contains a maximum of 100 UtteranceData
objects for each version.
utterances
- An array of objects, each containing a list of objects describing the utterances that were processed
by your bot. The response contains a maximum of 100 UtteranceData
objects for each
version.GetUtterancesViewResponse.Builder utterances(UtteranceList... utterances)
An array of objects, each containing a list of objects describing the utterances that were processed by your
bot. The response contains a maximum of 100 UtteranceData
objects for each version.
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
- An array of objects, each containing a list of objects describing the utterances that were processed
by your bot. The response contains a maximum of 100 UtteranceData
objects for each
version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.