public static interface ListBotRecommendationsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotRecommendationsResponse.Builder,ListBotRecommendationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBotRecommendationsResponse.Builder |
botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResponse.Builder |
botRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
botRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
botRecommendationSummaries(Consumer<BotRecommendationSummary.Builder>... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request.
|
ListBotRecommendationsResponse.Builder |
botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
|
ListBotRecommendationsResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
|
ListBotRecommendationsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations
operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBotRecommendationsResponse.Builder botId(String botId)
The unique identifier of the bot that contains the bot recommendation list.
botId - The unique identifier of the bot that contains the bot recommendation list.ListBotRecommendationsResponse.Builder botVersion(String botVersion)
The version of the bot that contains the bot recommendation list.
botVersion - The version of the bot that contains the bot recommendation list.ListBotRecommendationsResponse.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation list.
localeId - The identifier of the language and locale of the bot recommendation list.ListBotRecommendationsResponse.Builder botRecommendationSummaries(Collection<BotRecommendationSummary> botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
botRecommendationSummaries - Summary information for the bot recommendations that meet the filter specified in this request. The
length of the list is specified in the maxResults parameter of the request. If there are more bot
recommendations available, the nextToken field contains a token to get the next page of results.ListBotRecommendationsResponse.Builder botRecommendationSummaries(BotRecommendationSummary... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
botRecommendationSummaries - Summary information for the bot recommendations that meet the filter specified in this request. The
length of the list is specified in the maxResults parameter of the request. If there are more bot
recommendations available, the nextToken field contains a token to get the next page of results.ListBotRecommendationsResponse.Builder botRecommendationSummaries(Consumer<BotRecommendationSummary.Builder>... botRecommendationSummaries)
Summary information for the bot recommendations that meet the filter specified in this request. The length of the list is specified in the maxResults parameter of the request. If there are more bot recommendations available, the nextToken field contains a token to get the next page of results.
This is a convenience that creates an instance of theList.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 #botRecommendationSummaries(List) .botRecommendationSummaries - a consumer that will call methods on List.Builder #botRecommendationSummaries(List) ListBotRecommendationsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListBotRecommendations operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListBotRecommendations operation request to get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListBotRecommendations operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListBotRecommendations operation request to get the next page of results.Copyright © 2022. All rights reserved.