public static interface ListUtteranceAnalyticsDataResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListUtteranceAnalyticsDataResponse.Builder,ListUtteranceAnalyticsDataResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUtteranceAnalyticsDataResponse.Builder |
botId(String botId)
The unique identifier of the bot that the utterances belong to.
|
ListUtteranceAnalyticsDataResponse.Builder |
nextToken(String nextToken)
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListUtteranceAnalyticsDataResponse.Builder |
utterances(Collection<UtteranceSpecification> utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
ListUtteranceAnalyticsDataResponse.Builder |
utterances(Consumer<UtteranceSpecification.Builder>... utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
ListUtteranceAnalyticsDataResponse.Builder |
utterances(UtteranceSpecification... utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUtteranceAnalyticsDataResponse.Builder botId(String botId)
The unique identifier of the bot that the utterances belong to.
botId - The unique identifier of the bot that the utterances belong to.ListUtteranceAnalyticsDataResponse.Builder nextToken(String nextToken)
If the response from the ListUtteranceAnalyticsData operation contains more results than specified in the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
nextToken - If the response from the ListUtteranceAnalyticsData operation contains more results than specified in
the maxResults parameter, a token is returned in the response.
Use the returned token in the nextToken parameter of a ListUtteranceAnalyticsData request to return the next page of results. For a complete set of results, call the ListUtteranceAnalyticsData operation until the nextToken returned in the response is null.
ListUtteranceAnalyticsDataResponse.Builder utterances(Collection<UtteranceSpecification> utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
utterances - A list of objects, each of which contains information about an utterance in a user session with your
bot.ListUtteranceAnalyticsDataResponse.Builder utterances(UtteranceSpecification... utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
utterances - A list of objects, each of which contains information about an utterance in a user session with your
bot.ListUtteranceAnalyticsDataResponse.Builder utterances(Consumer<UtteranceSpecification.Builder>... utterances)
A list of objects, each of which contains information about an utterance in a user session with your bot.
This is a convenience method that creates an instance of theUtteranceSpecification.Builder avoiding the need to
create one manually via
UtteranceSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #utterances(List.
utterances - a consumer that will call methods on
UtteranceSpecification.Builder#utterances(java.util.Collection) Copyright © 2023. All rights reserved.