public static interface GetUtterancesViewResponse.Builder extends LexModelBuildingResponse.Builder, CopyableBuilder<GetUtterancesViewResponse.Builder,GetUtterancesViewResponse>
| Modifier and Type | Method and 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 UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
GetUtterancesViewResponse.Builder |
utterances(Consumer<UtteranceList.Builder>... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
GetUtterancesViewResponse.Builder |
utterances(UtteranceList... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetUtterancesViewResponse.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 UtteranceList objects, each containing a list of UtteranceData 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 UtteranceList objects, each containing a list of UtteranceData 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 UtteranceList objects, each containing a list of UtteranceData 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 UtteranceList objects, each containing a list of UtteranceData 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(Consumer<UtteranceList.Builder>... utterances)
An array of UtteranceList objects, each containing a list of UtteranceData objects describing
the utterances that were processed by your bot. The response contains a maximum of 100
UtteranceData objects for each version.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #utterances(List) .utterances - a consumer that will call methods on List.Builder #utterances(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.