public static interface ListBuiltInIntentsResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBuiltInIntentsResponse.Builder,ListBuiltInIntentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsResponse.Builder |
builtInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResponse.Builder |
builtInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResponse.Builder |
builtInIntentSummaries(Consumer<BuiltInIntentSummary.Builder>... builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResponse.Builder |
localeId(String localeId)
The language and locale of the intents in the list.
|
ListBuiltInIntentsResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntents operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuiltInIntentsResponse.Builder builtInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in 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.
builtInIntentSummaries - Summary information for the built-in 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.ListBuiltInIntentsResponse.Builder builtInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
Summary information for the built-in 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.
builtInIntentSummaries - Summary information for the built-in 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.ListBuiltInIntentsResponse.Builder builtInIntentSummaries(Consumer<BuiltInIntentSummary.Builder>... builtInIntentSummaries)
Summary information for the built-in 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.
BuiltInIntentSummary.Builder avoiding the need to
create one manually via
BuiltInIntentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #builtInIntentSummaries(List.
builtInIntentSummaries - a consumer that will call methods on
BuiltInIntentSummary.Builder#builtInIntentSummaries(java.util.Collection) ListBuiltInIntentsResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntents operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a ListBotAliases 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
ListBuiltInIntents operation. If the nextToken field is present, you send
the contents as the nextToken parameter of a ListBotAliases operation
request to get the next page of results.ListBuiltInIntentsResponse.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.Copyright © 2023. All rights reserved.