Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelIntentClassificationResultItem.Builder
-
Packages that use ConversationLevelIntentClassificationResultItem.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelIntentClassificationResultItem.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLevelIntentClassificationResultItem.Builder Modifier and Type Method Description static ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem. builder()ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem.Builder. intentName(String intentName)The intent name used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem.Builder. matchResult(String matchResult)The number of times the specific intent is used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem.Builder. matchResult(TestResultMatchStatus matchResult)The number of times the specific intent is used in the evaluation of intent level success or failure.ConversationLevelIntentClassificationResultItem.BuilderConversationLevelIntentClassificationResultItem. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ConversationLevelIntentClassificationResultItem.Builder Modifier and Type Method Description static Class<? extends ConversationLevelIntentClassificationResultItem.Builder>ConversationLevelIntentClassificationResultItem. serializableBuilderClass()
-