| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ParentBotNetwork |
ParentBotNetwork.clone() |
ParentBotNetwork |
ParentBotNetwork.withBotId(String botId)
The identifier of the network of bots assigned by Amazon Lex.
|
ParentBotNetwork |
ParentBotNetwork.withBotVersion(String botVersion)
The version of the network of bots.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParentBotNetwork> |
DescribeBotAliasResult.getParentBotNetworks()
A list of the networks to which the bot alias you described belongs.
|
List<ParentBotNetwork> |
DescribeBotVersionResult.getParentBotNetworks()
A list of the networks to which the bot version you described belongs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeBotAliasResult |
DescribeBotAliasResult.withParentBotNetworks(ParentBotNetwork... parentBotNetworks)
A list of the networks to which the bot alias you described belongs.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withParentBotNetworks(ParentBotNetwork... parentBotNetworks)
A list of the networks to which the bot version you described belongs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBotAliasResult.setParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot alias you described belongs.
|
void |
DescribeBotVersionResult.setParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot version you described belongs.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot alias you described belongs.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withParentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)
A list of the networks to which the bot version you described belongs.
|
Copyright © 2024. All rights reserved.