Interface CreateBotResponse.Builder

  • Method Details

    • message

      A message indicating the result of the bot creation operation.

      Parameters:
      message - A message indicating the result of the bot creation operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botId

      The unique identifier assigned to the newly created bot.

      Parameters:
      botId - The unique identifier assigned to the newly created bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkId

      CreateBotResponse.Builder networkId(String networkId)

      The ID of the network where the bot was created.

      Parameters:
      networkId - The ID of the network where the bot was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      CreateBotResponse.Builder username(String username)

      The username of the newly created bot.

      Parameters:
      username - The username of the newly created bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      CreateBotResponse.Builder displayName(String displayName)

      The display name of the newly created bot.

      Parameters:
      displayName - The display name of the newly created bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupId

      The ID of the security group to which the bot was assigned.

      Parameters:
      groupId - The ID of the security group to which the bot was assigned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.