Interface DeleteSessionResponse.Builder

    • Method Detail

      • botName

        DeleteSessionResponse.Builder botName​(String 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

        DeleteSessionResponse.Builder botAlias​(String 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

        DeleteSessionResponse.Builder userId​(String 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.