public static interface ConversationLevelTestResultItem.Builder extends SdkPojo, CopyableBuilder<ConversationLevelTestResultItem.Builder,ConversationLevelTestResultItem>
| Modifier and Type | Method and Description |
|---|---|
ConversationLevelTestResultItem.Builder |
conversationId(String conversationId)
The conversation Id of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
endToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
endToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
intentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
intentClassificationResults(Consumer<ConversationLevelIntentClassificationResultItem.Builder>... intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
intentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
slotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
slotResolutionResults(Consumer<ConversationLevelSlotResolutionResultItem.Builder>... slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
slotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
speechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
ConversationLevelTestResultItem.Builder |
speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConversationLevelTestResultItem.Builder conversationId(String conversationId)
The conversation Id of the test result evaluation item.
conversationId - The conversation Id of the test result evaluation item.ConversationLevelTestResultItem.Builder endToEndResult(String endToEndResult)
The end-to-end success or failure of the test result evaluation item.
endToEndResult - The end-to-end success or failure of the test result evaluation item.TestResultMatchStatus,
TestResultMatchStatusConversationLevelTestResultItem.Builder endToEndResult(TestResultMatchStatus endToEndResult)
The end-to-end success or failure of the test result evaluation item.
endToEndResult - The end-to-end success or failure of the test result evaluation item.TestResultMatchStatus,
TestResultMatchStatusConversationLevelTestResultItem.Builder speechTranscriptionResult(String speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
speechTranscriptionResult - The speech transcription success or failure of the test result evaluation item.TestResultMatchStatus,
TestResultMatchStatusConversationLevelTestResultItem.Builder speechTranscriptionResult(TestResultMatchStatus speechTranscriptionResult)
The speech transcription success or failure of the test result evaluation item.
speechTranscriptionResult - The speech transcription success or failure of the test result evaluation item.TestResultMatchStatus,
TestResultMatchStatusConversationLevelTestResultItem.Builder intentClassificationResults(Collection<ConversationLevelIntentClassificationResultItem> intentClassificationResults)
The intent classification of the test result evaluation item.
intentClassificationResults - The intent classification of the test result evaluation item.ConversationLevelTestResultItem.Builder intentClassificationResults(ConversationLevelIntentClassificationResultItem... intentClassificationResults)
The intent classification of the test result evaluation item.
intentClassificationResults - The intent classification of the test result evaluation item.ConversationLevelTestResultItem.Builder intentClassificationResults(Consumer<ConversationLevelIntentClassificationResultItem.Builder>... intentClassificationResults)
The intent classification of the test result evaluation item.
This is a convenience method that creates an instance of theConversationLevelIntentClassificationResultItem.Builder
avoiding the need to create one manually via
ConversationLevelIntentClassificationResultItem.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #intentClassificationResults(List.
intentClassificationResults - a consumer that will call methods on
ConversationLevelIntentClassificationResultItem.Builder#intentClassificationResults(java.util.Collection) ConversationLevelTestResultItem.Builder slotResolutionResults(Collection<ConversationLevelSlotResolutionResultItem> slotResolutionResults)
The slot success or failure of the test result evaluation item.
slotResolutionResults - The slot success or failure of the test result evaluation item.ConversationLevelTestResultItem.Builder slotResolutionResults(ConversationLevelSlotResolutionResultItem... slotResolutionResults)
The slot success or failure of the test result evaluation item.
slotResolutionResults - The slot success or failure of the test result evaluation item.ConversationLevelTestResultItem.Builder slotResolutionResults(Consumer<ConversationLevelSlotResolutionResultItem.Builder>... slotResolutionResults)
The slot success or failure of the test result evaluation item.
This is a convenience method that creates an instance of theConversationLevelSlotResolutionResultItem.Builder
avoiding the need to create one manually via
ConversationLevelSlotResolutionResultItem.builder()
.
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #slotResolutionResults(List.
slotResolutionResults - a consumer that will call methods on
ConversationLevelSlotResolutionResultItem.Builder#slotResolutionResults(java.util.Collection) Copyright © 2023. All rights reserved.