Values.BotMemberSourceA bot that is a member of a network of bots.
type nonrec t = {botMemberId : Id.t;The unique ID of a bot that is a member of this network of bots.
*)botMemberName : Name.t;The unique name of a bot that is a member of this network of bots.
*)botMemberAliasId : BotAliasId.t;The alias ID of a bot that is a member of this network of bots.
*)botMemberAliasName : BotAliasName.t;The alias name of a bot that is a member of this network of bots.
*)botMemberVersion : BotVersion.t;The version of a bot that is a member of this network of bots.
*)}val make :
botMemberId:Id.t ->
botMemberName:Name.t ->
botMemberAliasId:BotAliasId.t ->
botMemberAliasName:BotAliasName.t ->
botMemberVersion:BotVersion.t ->
unit ->
t