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