| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<BotMetadata> |
GetBotVersionsResponse.bots()
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
List<BotMetadata> |
GetBotsResponse.bots()
An array of
botMetadata objects, with one entry for each bot. |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResponse.Builder |
GetBotVersionsResponse.Builder.bots(BotMetadata... bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotsResponse.Builder |
GetBotsResponse.Builder.bots(BotMetadata... bots)
An array of
botMetadata objects, with one entry for each bot. |
| Modifier and Type | Method and Description |
|---|---|
GetBotVersionsResponse.Builder |
GetBotVersionsResponse.Builder.bots(Collection<BotMetadata> bots)
An array of
BotMetadata objects, one for each numbered version of the bot plus one for the
$LATEST version. |
GetBotsResponse.Builder |
GetBotsResponse.Builder.bots(Collection<BotMetadata> bots)
An array of
botMetadata objects, with one entry for each bot. |
Copyright © 2023. All rights reserved.