public static interface TestExecutionResultItems.Builder extends SdkPojo, CopyableBuilder<TestExecutionResultItems.Builder,TestExecutionResultItems>
| Modifier and Type | Method and Description |
|---|---|
default TestExecutionResultItems.Builder |
conversationLevelTestResults(Consumer<ConversationLevelTestResults.Builder> conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of
conversations and intent and slot failures.
|
TestExecutionResultItems.Builder |
conversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of
conversations and intent and slot failures.
|
default TestExecutionResultItems.Builder |
intentClassificationTestResults(Consumer<IntentClassificationTestResults.Builder> intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
TestExecutionResultItems.Builder |
intentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name.
|
default TestExecutionResultItems.Builder |
intentLevelSlotResolutionTestResults(Consumer<IntentLevelSlotResolutionTestResults.Builder> intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name.
|
TestExecutionResultItems.Builder |
intentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name.
|
default TestExecutionResultItems.Builder |
overallTestResults(Consumer<OverallTestResults.Builder> overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
TestExecutionResultItems.Builder |
overallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
|
default TestExecutionResultItems.Builder |
utteranceLevelTestResults(Consumer<UtteranceLevelTestResults.Builder> utteranceLevelTestResults)
Results related to utterances in the test set.
|
TestExecutionResultItems.Builder |
utteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestExecutionResultItems.Builder overallTestResults(OverallTestResults overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
overallTestResults - Overall results for the test execution, including the breakdown of conversations and single-input
utterances.default TestExecutionResultItems.Builder overallTestResults(Consumer<OverallTestResults.Builder> overallTestResults)
Overall results for the test execution, including the breakdown of conversations and single-input utterances.
This is a convenience method that creates an instance of theOverallTestResults.Builder avoiding the
need to create one manually via OverallTestResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to overallTestResults(OverallTestResults).
overallTestResults - a consumer that will call methods on OverallTestResults.BuilderoverallTestResults(OverallTestResults)TestExecutionResultItems.Builder conversationLevelTestResults(ConversationLevelTestResults conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
conversationLevelTestResults - Results related to conversations in the test set, including metrics about success and failure of
conversations and intent and slot failures.default TestExecutionResultItems.Builder conversationLevelTestResults(Consumer<ConversationLevelTestResults.Builder> conversationLevelTestResults)
Results related to conversations in the test set, including metrics about success and failure of conversations and intent and slot failures.
This is a convenience method that creates an instance of theConversationLevelTestResults.Builder
avoiding the need to create one manually via ConversationLevelTestResults.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to conversationLevelTestResults(ConversationLevelTestResults).
conversationLevelTestResults - a consumer that will call methods on ConversationLevelTestResults.BuilderconversationLevelTestResults(ConversationLevelTestResults)TestExecutionResultItems.Builder intentClassificationTestResults(IntentClassificationTestResults intentClassificationTestResults)
Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
intentClassificationTestResults - Intent recognition results aggregated by intent name. The aggregated results contain success and
failure rates of intent recognition, speech transcriptions, and end-to-end conversations.default TestExecutionResultItems.Builder intentClassificationTestResults(Consumer<IntentClassificationTestResults.Builder> intentClassificationTestResults)
Intent recognition results aggregated by intent name. The aggregated results contain success and failure rates of intent recognition, speech transcriptions, and end-to-end conversations.
This is a convenience method that creates an instance of theIntentClassificationTestResults.Builder
avoiding the need to create one manually via IntentClassificationTestResults.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
intentClassificationTestResults(IntentClassificationTestResults).
intentClassificationTestResults - a consumer that will call methods on IntentClassificationTestResults.BuilderintentClassificationTestResults(IntentClassificationTestResults)TestExecutionResultItems.Builder intentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
intentLevelSlotResolutionTestResults - Slot resolution results aggregated by intent and slot name. The aggregated results contain success and
failure rates of slot resolution, speech transcriptions, and end-to-end conversationsdefault TestExecutionResultItems.Builder intentLevelSlotResolutionTestResults(Consumer<IntentLevelSlotResolutionTestResults.Builder> intentLevelSlotResolutionTestResults)
Slot resolution results aggregated by intent and slot name. The aggregated results contain success and failure rates of slot resolution, speech transcriptions, and end-to-end conversations
This is a convenience method that creates an instance of theIntentLevelSlotResolutionTestResults.Builder avoiding the need to create one manually via
IntentLevelSlotResolutionTestResults.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
intentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults).
intentLevelSlotResolutionTestResults - a consumer that will call methods on IntentLevelSlotResolutionTestResults.BuilderintentLevelSlotResolutionTestResults(IntentLevelSlotResolutionTestResults)TestExecutionResultItems.Builder utteranceLevelTestResults(UtteranceLevelTestResults utteranceLevelTestResults)
Results related to utterances in the test set.
utteranceLevelTestResults - Results related to utterances in the test set.default TestExecutionResultItems.Builder utteranceLevelTestResults(Consumer<UtteranceLevelTestResults.Builder> utteranceLevelTestResults)
Results related to utterances in the test set.
This is a convenience method that creates an instance of theUtteranceLevelTestResults.Builder
avoiding the need to create one manually via UtteranceLevelTestResults.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to utteranceLevelTestResults(UtteranceLevelTestResults).
utteranceLevelTestResults - a consumer that will call methods on UtteranceLevelTestResults.BuilderutteranceLevelTestResults(UtteranceLevelTestResults)Copyright © 2023. All rights reserved.