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