| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotMember |
BotMember.clone() |
BotMember |
BotMember.withBotMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
|
BotMember |
BotMember.withBotMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
|
BotMember |
BotMember.withBotMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
|
BotMember |
BotMember.withBotMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
|
BotMember |
BotMember.withBotMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
|
| Modifier and Type | Method and Description |
|---|---|
List<BotMember> |
UpdateBotRequest.getBotMembers()
The list of bot members in the network associated with the update action.
|
List<BotMember> |
DescribeBotVersionResult.getBotMembers()
The members of bot network in the version that was described.
|
List<BotMember> |
CreateBotResult.getBotMembers()
The list of bots in a network that was created.
|
List<BotMember> |
CreateBotRequest.getBotMembers()
The list of bot members in a network to be created.
|
List<BotMember> |
UpdateBotResult.getBotMembers()
The list of bot members in the network that was updated.
|
List<BotMember> |
DescribeBotResult.getBotMembers()
The list of bots in the network that was described.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotRequest |
UpdateBotRequest.withBotMembers(BotMember... botMembers)
The list of bot members in the network associated with the update action.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotMembers(BotMember... botMembers)
The members of bot network in the version that was described.
|
CreateBotResult |
CreateBotResult.withBotMembers(BotMember... botMembers)
The list of bots in a network that was created.
|
CreateBotRequest |
CreateBotRequest.withBotMembers(BotMember... botMembers)
The list of bot members in a network to be created.
|
UpdateBotResult |
UpdateBotResult.withBotMembers(BotMember... botMembers)
The list of bot members in the network that was updated.
|
DescribeBotResult |
DescribeBotResult.withBotMembers(BotMember... botMembers)
The list of bots in the network that was described.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBotRequest.setBotMembers(Collection<BotMember> botMembers)
The list of bot members in the network associated with the update action.
|
void |
DescribeBotVersionResult.setBotMembers(Collection<BotMember> botMembers)
The members of bot network in the version that was described.
|
void |
CreateBotResult.setBotMembers(Collection<BotMember> botMembers)
The list of bots in a network that was created.
|
void |
CreateBotRequest.setBotMembers(Collection<BotMember> botMembers)
The list of bot members in a network to be created.
|
void |
UpdateBotResult.setBotMembers(Collection<BotMember> botMembers)
The list of bot members in the network that was updated.
|
void |
DescribeBotResult.setBotMembers(Collection<BotMember> botMembers)
The list of bots in the network that was described.
|
UpdateBotRequest |
UpdateBotRequest.withBotMembers(Collection<BotMember> botMembers)
The list of bot members in the network associated with the update action.
|
DescribeBotVersionResult |
DescribeBotVersionResult.withBotMembers(Collection<BotMember> botMembers)
The members of bot network in the version that was described.
|
CreateBotResult |
CreateBotResult.withBotMembers(Collection<BotMember> botMembers)
The list of bots in a network that was created.
|
CreateBotRequest |
CreateBotRequest.withBotMembers(Collection<BotMember> botMembers)
The list of bot members in a network to be created.
|
UpdateBotResult |
UpdateBotResult.withBotMembers(Collection<BotMember> botMembers)
The list of bot members in the network that was updated.
|
DescribeBotResult |
DescribeBotResult.withBotMembers(Collection<BotMember> botMembers)
The list of bots in the network that was described.
|
Copyright © 2023. All rights reserved.