Interface ExecutionSummaryAffectedSession.Builder

  • Method Details

    • sessionId

      The unique identifier of the session.

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

      ExecutionSummaryAffectedSession.Builder approachTaken(String approachTaken)

      The approach taken by the agent during this session.

      Parameters:
      approachTaken - The approach taken by the agent during this session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • finalOutcome

      ExecutionSummaryAffectedSession.Builder finalOutcome(String finalOutcome)

      The final outcome of the session.

      Parameters:
      finalOutcome - The final outcome of the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.