Interface SlotResolutionTestResultItemCounts.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>, SdkBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>, SdkPojo
Enclosing class:
SlotResolutionTestResultItemCounts

public static interface SlotResolutionTestResultItemCounts.Builder extends SdkPojo, CopyableBuilder<SlotResolutionTestResultItemCounts.Builder,SlotResolutionTestResultItemCounts>
  • Method Details

    • 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.