ListSlotsResponse.Builder |
ListSlotsResponse.Builder.botId(String botId) |
The identifier of the bot that contains the slots.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.botVersion(String botVersion) |
The version of the bot that contains the slots.
|
static ListSlotsResponse.Builder |
ListSlotsResponse.builder() |
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.intentId(String intentId) |
The identifier of the intent that contains the slots.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.localeId(String localeId) |
The language and locale of the slots in the list.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.nextToken(String nextToken) |
A token that indicates whether there are more results to return in a response to the ListSlots
operation.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.slotSummaries(Collection<SlotSummary> slotSummaries) |
Summary information for the slots that meet the filter criteria specified in the request.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.slotSummaries(Consumer<SlotSummary.Builder>... slotSummaries) |
Summary information for the slots that meet the filter criteria specified in the request.
|
ListSlotsResponse.Builder |
ListSlotsResponse.Builder.slotSummaries(SlotSummary... slotSummaries) |
Summary information for the slots that meet the filter criteria specified in the request.
|
ListSlotsResponse.Builder |
ListSlotsResponse.toBuilder() |
|