public static interface BotMember.Builder extends SdkPojo, CopyableBuilder<BotMember.Builder,BotMember>
| Modifier and Type | Method and Description |
|---|---|
BotMember.Builder |
botMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
|
BotMember.Builder |
botMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
|
BotMember.Builder |
botMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
|
BotMember.Builder |
botMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
|
BotMember.Builder |
botMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotMember.Builder botMemberId(String botMemberId)
The unique ID of a bot that is a member of this network of bots.
botMemberId - The unique ID of a bot that is a member of this network of bots.BotMember.Builder botMemberName(String botMemberName)
The unique name of a bot that is a member of this network of bots.
botMemberName - The unique name of a bot that is a member of this network of bots.BotMember.Builder botMemberAliasId(String botMemberAliasId)
The alias ID of a bot that is a member of this network of bots.
botMemberAliasId - The alias ID of a bot that is a member of this network of bots.BotMember.Builder botMemberAliasName(String botMemberAliasName)
The alias name of a bot that is a member of this network of bots.
botMemberAliasName - The alias name of a bot that is a member of this network of bots.BotMember.Builder botMemberVersion(String botMemberVersion)
The version of a bot that is a member of this network of bots.
botMemberVersion - The version of a bot that is a member of this network of bots.Copyright © 2023. All rights reserved.