public static interface ListRecommendedIntentsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListRecommendedIntentsResponse.Builder,ListRecommendedIntentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecommendedIntentsResponse.Builder |
botId(String botId)
The unique identifier of the bot associated with the recommended intent.
|
ListRecommendedIntentsResponse.Builder |
botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
|
ListRecommendedIntentsResponse.Builder |
botVersion(String botVersion)
The version of the bot that contains the intent.
|
ListRecommendedIntentsResponse.Builder |
localeId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListRecommendedIntentsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents
operation.
|
ListRecommendedIntentsResponse.Builder |
summaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListRecommendedIntentsResponse.Builder |
summaryList(Consumer<RecommendedIntentSummary.Builder>... summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListRecommendedIntentsResponse.Builder |
summaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecommendedIntentsResponse.Builder botId(String botId)
The unique identifier of the bot associated with the recommended intent.
botId - The unique identifier of the bot associated with the recommended intent.ListRecommendedIntentsResponse.Builder botVersion(String botVersion)
The version of the bot that contains the intent.
botVersion - The version of the bot that contains the intent.ListRecommendedIntentsResponse.Builder localeId(String localeId)
The identifier of the language and locale of the intents to list. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale of the intents to list. The string must match one of the
supported locales. For more information, see Supported languages.ListRecommendedIntentsResponse.Builder botRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that contains the recommended intent.
botRecommendationId - The identifier of the bot recommendation that contains the recommended intent.ListRecommendedIntentsResponse.Builder summaryList(Collection<RecommendedIntentSummary> summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
summaryList - Summary information for the intents that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter of the request. If there are more intents
available, the nextToken field contains a token to get the next page of results.ListRecommendedIntentsResponse.Builder summaryList(RecommendedIntentSummary... summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
summaryList - Summary information for the intents that meet the filter criteria specified in the request. The length
of the list is specified in the maxResults parameter of the request. If there are more intents
available, the nextToken field contains a token to get the next page of results.ListRecommendedIntentsResponse.Builder summaryList(Consumer<RecommendedIntentSummary.Builder>... summaryList)
Summary information for the intents that meet the filter criteria specified in the request. The length of the list is specified in the maxResults parameter of the request. If there are more intents available, the nextToken field contains a token to get the next page of results.
This is a convenience method 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 #summaryList(List) .summaryList - a consumer that will call methods on List.Builder #summaryList(List) ListRecommendedIntentsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the nextToken parameter of a ListRecommendedIntents 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
ListRecommendedIntents operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListRecommendedIntents operation request to get the next page of results.Copyright © 2022. All rights reserved.