Interface ConversationLevelIntentClassificationResultItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConversationLevelIntentClassificationResultItem.Builder,ConversationLevelIntentClassificationResultItem>,SdkBuilder<ConversationLevelIntentClassificationResultItem.Builder,ConversationLevelIntentClassificationResultItem>,SdkPojo
- Enclosing class:
- ConversationLevelIntentClassificationResultItem
public static interface ConversationLevelIntentClassificationResultItem.Builder extends SdkPojo, CopyableBuilder<ConversationLevelIntentClassificationResultItem.Builder,ConversationLevelIntentClassificationResultItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationLevelIntentClassificationResultItem.BuilderintentName(String intentName)The intent name used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.BuildermatchResult(String matchResult)The number of times the specific intent is used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.BuildermatchResult(TestResultMatchStatus matchResult)The number of times the specific intent is used in the evaluation of intent level success or failure.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
intentName
ConversationLevelIntentClassificationResultItem.Builder intentName(String intentName)
The intent name used in the evaluation of intent level success or failure.
- Parameters:
intentName- The intent name used in the evaluation of intent level success or failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchResult
ConversationLevelIntentClassificationResultItem.Builder matchResult(String matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
- Parameters:
matchResult- The number of times the specific intent is used in the evaluation of intent level success or failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestResultMatchStatus,TestResultMatchStatus
-
matchResult
ConversationLevelIntentClassificationResultItem.Builder matchResult(TestResultMatchStatus matchResult)
The number of times the specific intent is used in the evaluation of intent level success or failure.
- Parameters:
matchResult- The number of times the specific intent is used in the evaluation of intent level success or failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestResultMatchStatus,TestResultMatchStatus
-
-