Interface OverallTestResultItem.Builder

    • Method Detail

      • multiTurnConversation

        OverallTestResultItem.Builder multiTurnConversation​(Boolean multiTurnConversation)

        Indicates whether the conversation contains multiple turns or not.

        Parameters:
        multiTurnConversation - Indicates whether the conversation contains multiple turns or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalResultCount

        OverallTestResultItem.Builder totalResultCount​(Integer totalResultCount)

        The total number of overall results in the result of the test execution.

        Parameters:
        totalResultCount - The total number of overall results in the result of the test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • speechTranscriptionResultCountsWithStrings

        OverallTestResultItem.Builder speechTranscriptionResultCountsWithStrings​(Map<String,​Integer> speechTranscriptionResultCounts)

        The number of speech transcription results in the overall test.

        Parameters:
        speechTranscriptionResultCounts - The number of speech transcription results in the overall test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • speechTranscriptionResultCounts

        OverallTestResultItem.Builder speechTranscriptionResultCounts​(Map<TestResultMatchStatus,​Integer> speechTranscriptionResultCounts)

        The number of speech transcription results in the overall test.

        Parameters:
        speechTranscriptionResultCounts - The number of speech transcription results in the overall test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endToEndResultCountsWithStrings

        OverallTestResultItem.Builder endToEndResultCountsWithStrings​(Map<String,​Integer> endToEndResultCounts)

        The number of results that succeeded.

        Parameters:
        endToEndResultCounts - The number of results that succeeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endToEndResultCounts

        OverallTestResultItem.Builder endToEndResultCounts​(Map<TestResultMatchStatus,​Integer> endToEndResultCounts)

        The number of results that succeeded.

        Parameters:
        endToEndResultCounts - The number of results that succeeded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.