Interface GetBotsCountResponse.Builder

  • Method Details

    • pending

      The number of bots with pending status (invited but not yet activated).

      Parameters:
      pending - The number of bots with pending status (invited but not yet activated).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • active

      The number of bots with active status.

      Parameters:
      active - The number of bots with active status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • total

      The total number of bots in the network (active and pending).

      Parameters:
      total - The total number of bots in the network (active and pending).
      Returns:
      Returns a reference to this object so that method calls can be chained together.