Interface DeleteSessionResponse.Builder

  • Method Details

    • botId

      The identifier of the bot that contained the session data.

      Parameters:
      botId - The identifier of the bot that contained the session data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botAliasId

      DeleteSessionResponse.Builder botAliasId(String botAliasId)

      The alias identifier in use for the bot that contained the session data.

      Parameters:
      botAliasId - The alias identifier in use for the bot that contained the session data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localeId

      The locale where the session was used.

      Parameters:
      localeId - The locale where the session was used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      DeleteSessionResponse.Builder sessionId(String sessionId)

      The identifier of the deleted session.

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