Interface TestSetTurnRecord.Builder

    • Method Detail

      • recordNumber

        TestSetTurnRecord.Builder recordNumber​(Long recordNumber)

        The record number associated with the turn.

        Parameters:
        recordNumber - The record number associated with the turn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conversationId

        TestSetTurnRecord.Builder conversationId​(String conversationId)

        The unique identifier for the conversation associated with the turn.

        Parameters:
        conversationId - The unique identifier for the conversation associated with the turn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • turnNumber

        TestSetTurnRecord.Builder turnNumber​(Integer turnNumber)

        The number of turns that has elapsed up to that turn.

        Parameters:
        turnNumber - The number of turns that has elapsed up to that turn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • turnSpecification

        TestSetTurnRecord.Builder turnSpecification​(TurnSpecification turnSpecification)

        Contains information about the agent or user turn depending upon type of turn.

        Parameters:
        turnSpecification - Contains information about the agent or user turn depending upon type of turn.
        Returns:
        Returns a reference to this object so that method calls can be chained together.