| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListBuiltInIntentsResponse.Builder |
ListBuiltInIntentsResponse.builder() |
ListBuiltInIntentsResponse.Builder |
ListBuiltInIntentsResponse.Builder.builtInIntentSummaries(BuiltInIntentSummary... builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResponse.Builder |
ListBuiltInIntentsResponse.Builder.builtInIntentSummaries(Collection<BuiltInIntentSummary> builtInIntentSummaries)
Summary information for the built-in intents that meet the filter criteria specified in the request.
|
ListBuiltInIntentsResponse.Builder |
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 |
ListBuiltInIntentsResponse.Builder.localeId(String localeId)
The language and locale of the intents in the list.
|
ListBuiltInIntentsResponse.Builder |
ListBuiltInIntentsResponse.Builder.nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInIntents operation. |
ListBuiltInIntentsResponse.Builder |
ListBuiltInIntentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuiltInIntentsResponse.Builder> |
ListBuiltInIntentsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.