Interface SlotResolutionTestResultItemCounts.Builder

    • Method Detail

      • totalResultCount

        SlotResolutionTestResultItemCounts.Builder totalResultCount​(Integer totalResultCount)

        The total number of results.

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

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

        The number of matched, mismatched and execution error results for speech transcription for the slot.

        Parameters:
        speechTranscriptionResultCounts - The number of matched, mismatched and execution error results for speech transcription for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • speechTranscriptionResultCounts

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

        The number of matched, mismatched and execution error results for speech transcription for the slot.

        Parameters:
        speechTranscriptionResultCounts - The number of matched, mismatched and execution error results for speech transcription for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotMatchResultCountsWithStrings

        SlotResolutionTestResultItemCounts.Builder slotMatchResultCountsWithStrings​(Map<String,​Integer> slotMatchResultCounts)

        The number of matched and mismatched results for slot resolution for the slot.

        Parameters:
        slotMatchResultCounts - The number of matched and mismatched results for slot resolution for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotMatchResultCounts

        SlotResolutionTestResultItemCounts.Builder slotMatchResultCounts​(Map<TestResultMatchStatus,​Integer> slotMatchResultCounts)

        The number of matched and mismatched results for slot resolution for the slot.

        Parameters:
        slotMatchResultCounts - The number of matched and mismatched results for slot resolution for the slot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.