Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLevelResultDetail
-
Packages that use ConversationLevelResultDetail Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLevelResultDetail in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLevelResultDetail Modifier and Type Method Description ConversationLevelResultDetailUserTurnResult. conversationLevelResult()Contains information about the results related to the conversation associated with the user turn.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLevelResultDetail Modifier and Type Method Description UserTurnResult.BuilderUserTurnResult.Builder. conversationLevelResult(ConversationLevelResultDetail conversationLevelResult)Contains information about the results related to the conversation associated with the user turn.
-