Uses of Class
software.amazon.awssdk.services.lexruntime.model.IntentSummary
-
Packages that use IntentSummary Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of IntentSummary in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type IntentSummary Modifier and Type Method Description List<IntentSummary>GetSessionResponse. recentIntentSummaryView()An array of information about the intents used in the session.List<IntentSummary>PutSessionRequest. recentIntentSummaryView()A summary of the recent intents for the bot.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type IntentSummary Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. recentIntentSummaryView(IntentSummary... recentIntentSummaryView)An array of information about the intents used in the session.PutSessionRequest.BuilderPutSessionRequest.Builder. recentIntentSummaryView(IntentSummary... recentIntentSummaryView)A summary of the recent intents for the bot.Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type IntentSummary Modifier and Type Method Description GetSessionResponse.BuilderGetSessionResponse.Builder. recentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)An array of information about the intents used in the session.PutSessionRequest.BuilderPutSessionRequest.Builder. recentIntentSummaryView(Collection<IntentSummary> recentIntentSummaryView)A summary of the recent intents for the bot.
-