Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SessionSpecification
-
Packages that use SessionSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SessionSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type SessionSpecification Modifier and Type Method Description List<SessionSpecification>ListSessionAnalyticsDataResponse. sessions()A list of objects, each of which contains information about a session with the bot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SessionSpecification Modifier and Type Method Description ListSessionAnalyticsDataResponse.BuilderListSessionAnalyticsDataResponse.Builder. sessions(SessionSpecification... sessions)A list of objects, each of which contains information about a session with the bot.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type SessionSpecification Modifier and Type Method Description ListSessionAnalyticsDataResponse.BuilderListSessionAnalyticsDataResponse.Builder. sessions(Collection<SessionSpecification> sessions)A list of objects, each of which contains information about a session with the bot.
-