Interface UtteranceList.Builder

    • Method Detail

      • botVersion

        UtteranceList.Builder botVersion​(String botVersion)

        The version of the bot that processed the list.

        Parameters:
        botVersion - The version of the bot that processed the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • utterances

        UtteranceList.Builder utterances​(Collection<UtteranceData> utterances)

        One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

        Parameters:
        utterances - One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • utterances

        UtteranceList.Builder utterances​(UtteranceData... utterances)

        One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.

        Parameters:
        utterances - One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.