| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<ParentBotNetwork> |
DescribeBotAliasResponse.parentBotNetworks()
A list of the networks to which the bot alias you described belongs.
|
List<ParentBotNetwork> |
DescribeBotVersionResponse.parentBotNetworks()
A list of the networks to which the bot version you described belongs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.parentBotNetworks(ParentBotNetwork... parentBotNetworks)
A list of the networks to which the bot alias you described belongs.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.parentBotNetworks(ParentBotNetwork... parentBotNetworks)
A list of the networks to which the bot version you described belongs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot alias you described belongs.
|
DescribeBotVersionResponse.Builder |
DescribeBotVersionResponse.Builder.parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot version you described belongs.
|
Copyright © 2023. All rights reserved.