Uses of Interface
software.amazon.awssdk.services.lexruntime.model.GetSessionRequest.Builder
-
Packages that use GetSessionRequest.Builder Package Description software.amazon.awssdk.services.lexruntime Amazon Lex provides both build and runtime endpoints.software.amazon.awssdk.services.lexruntime.model -
-
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.lexruntime
Method parameters in software.amazon.awssdk.services.lexruntime with type arguments of type GetSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user ID.default GetSessionResponseLexRuntimeClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user ID. -
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return GetSessionRequest.Builder Modifier and Type Method Description GetSessionRequest.BuilderGetSessionRequest.Builder. botAlias(String botAlias)The alias in use for the bot that contains the session data.GetSessionRequest.BuilderGetSessionRequest.Builder. botName(String botName)The name of the bot that contains the session data.static GetSessionRequest.BuilderGetSessionRequest. builder()GetSessionRequest.BuilderGetSessionRequest.Builder. checkpointLabelFilter(String checkpointLabelFilter)A string used to filter the intents returned in therecentIntentSummaryViewstructure.GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuilderGetSessionRequest. toBuilder()GetSessionRequest.BuilderGetSessionRequest.Builder. userId(String userId)The ID of the client application user.Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type GetSessionRequest.Builder Modifier and Type Method Description static Class<? extends GetSessionRequest.Builder>GetSessionRequest. serializableBuilderClass()
-