Interface SelfServiceConversationHistory.Builder

  • Method Details

    • turnNumber

      The number of turn of the conversation history data.

      Parameters:
      turnNumber - The number of turn of the conversation history data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputTranscript

      SelfServiceConversationHistory.Builder inputTranscript(String inputTranscript)

      The input transcript of the conversation history data.

      Parameters:
      inputTranscript - The input transcript of the conversation history data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botResponse

      The bot response of the conversation history data.

      Parameters:
      botResponse - The bot response of the conversation history data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.