public static interface ListIntentsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListIntentsResponse.Builder,ListIntentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIntentsResponse.Builder |
botId(String botId)
The identifier of the bot that contains the intent.
|
ListIntentsResponse.Builder |
botVersion(String botVersion)
The version of the bot that contains the intent.
|
ListIntentsResponse.Builder |
intentSummaries(Collection<IntentSummary> intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResponse.Builder |
intentSummaries(Consumer<IntentSummary.Builder>... intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResponse.Builder |
intentSummaries(IntentSummary... intentSummaries)
Summary information for the intents that meet the filter criteria specified in the request.
|
ListIntentsResponse.Builder |
localeId(String localeId)
The language and locale of the intents in the list.
|
ListIntentsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListIntents
operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentsResponse.Builder botId(String botId)
The identifier of the bot that contains the intent.
botId - The identifier of the bot that contains the intent.ListIntentsResponse.Builder botVersion(String botVersion)
The version of the bot that contains the intent.
botVersion - The version of the bot that contains the intent.ListIntentsResponse.Builder localeId(String localeId)
The language and locale of the intents in the list.
localeId - The language and locale of the intents in the list.ListIntentsResponse.Builder intentSummaries(Collection<IntentSummary> intentSummaries)
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.
intentSummaries - 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.ListIntentsResponse.Builder intentSummaries(IntentSummary... intentSummaries)
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.
intentSummaries - 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.ListIntentsResponse.Builder intentSummaries(Consumer<IntentSummary.Builder>... intentSummaries)
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.
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 #intentSummaries(List) .intentSummaries - a consumer that will call methods on List.Builder #intentSummaries(List) ListIntentsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the ListIntents
operation. If the nextToken field is present, you send the contents as the
nextToken parameter of a ListIntents 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
ListIntents operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListIntents operation request to
get the next page of results.Copyright © 2022. All rights reserved.