Interface SelfServiceConversationHistory.Builder

    • Method Detail

      • botResponse

        SelfServiceConversationHistory.Builder botResponse​(String 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.
      • 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.
      • turnNumber

        SelfServiceConversationHistory.Builder turnNumber​(Integer 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.