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