Interface SessionSummary.Builder

    • Method Detail

      • assistantArn

        SessionSummary.Builder assistantArn​(String assistantArn)

        The Amazon Resource Name (ARN) of the Wisdom assistant.

        Parameters:
        assistantArn - The Amazon Resource Name (ARN) of the Wisdom assistant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assistantId

        SessionSummary.Builder assistantId​(String assistantId)

        The identifier of the Wisdom assistant.

        Parameters:
        assistantId - The identifier of the Wisdom assistant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionArn

        SessionSummary.Builder sessionArn​(String sessionArn)

        The Amazon Resource Name (ARN) of the session.

        Parameters:
        sessionArn - The Amazon Resource Name (ARN) of the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sessionId

        SessionSummary.Builder sessionId​(String sessionId)

        The identifier of the session.

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