Interface UserIntentAffectedSession.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.
    • userMessages

      The user messages from this session that contributed to the intent cluster.

      Parameters:
      userMessages - The user messages from this session that contributed to the intent cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userMessages

      UserIntentAffectedSession.Builder userMessages(String... userMessages)

      The user messages from this session that contributed to the intent cluster.

      Parameters:
      userMessages - The user messages from this session that contributed to the intent cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.