Interface AgenticRetrieveMemorySessionBinding.Builder

  • Method Details

    • actorId

      The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.

      Parameters:
      actorId - The identifier of the end user or agent that the session belongs to. This identifier scopes session history so that one actor's history is never returned for another. You are responsible for sending the correct actor value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionId

      The identifier of the session to restore and continue. You are responsible for sending the correct session value.

      Parameters:
      sessionId - The identifier of the session to restore and continue. You are responsible for sending the correct session value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.