| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBotsResponse.Builder |
ListBotsResponse.Builder.botSummaries(BotSummary... botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.botSummaries(Collection<BotSummary> botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
ListBotsResponse.Builder |
ListBotsResponse.Builder.botSummaries(Consumer<BotSummary.Builder>... botSummaries)
Summary information for the bots that meet the filter criteria specified in the request.
|
static ListBotsResponse.Builder |
ListBotsResponse.builder() |
ListBotsResponse.Builder |
ListBotsResponse.Builder.nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBots
operation. |
ListBotsResponse.Builder |
ListBotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBotsResponse.Builder> |
ListBotsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.