ListIntentsRequest.Builder |
ListIntentsRequest.Builder.botId(String botId) |
The unique identifier of the bot that contains the intent.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the intent.
|
static ListIntentsRequest.Builder |
ListIntentsRequest.builder() |
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(Collection<IntentFilter> filters) |
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(Consumer<IntentFilter.Builder>... filters) |
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.filters(IntentFilter... filters) |
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.localeId(String localeId) |
The identifier of the language and locale of the intents to list.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of intents to return in each page of results.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.nextToken(String nextToken) |
If the response from the ListIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListIntentsRequest.Builder |
ListIntentsRequest.Builder.sortBy(Consumer<IntentSortBy.Builder> sortBy) |
Determines the sort order for the response from the ListIntents operation.
|
ListIntentsRequest.Builder |
ListIntentsRequest.Builder.sortBy(IntentSortBy sortBy) |
Determines the sort order for the response from the ListIntents operation.
|
ListIntentsRequest.Builder |
ListIntentsRequest.toBuilder() |
|