Interface DeleteSessionResponse.Builder

  • Method Details

    • botName

      The name of the bot associated with the session data.

      Parameters:
      botName - The name of the bot associated with the session data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botAlias

      The alias in use for the bot associated with the session data.

      Parameters:
      botAlias - The alias in use for the bot associated with the session data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The ID of the client application user.

      Parameters:
      userId - The ID of the client application user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      DeleteSessionResponse.Builder sessionId(String sessionId)

      The unique identifier for the session.

      Parameters:
      sessionId - The unique identifier for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.