Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.GetSessionRequest.Builder
-
Packages that use GetSessionRequest.Builder Package Description software.amazon.awssdk.services.lexruntimev2 This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.lexruntimev2
Method parameters in software.amazon.awssdk.services.lexruntimev2 with type arguments of type GetSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSessionResponse>LexRuntimeV2AsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user.default GetSessionResponseLexRuntimeV2Client. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Returns session information for a specified bot, alias, and user. -
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return GetSessionRequest.Builder Modifier and Type Method Description GetSessionRequest.BuilderGetSessionRequest.Builder. botAliasId(String botAliasId)The alias identifier in use for the bot that contains the session data.GetSessionRequest.BuilderGetSessionRequest.Builder. botId(String botId)The identifier of the bot that contains the session data.static GetSessionRequest.BuilderGetSessionRequest. builder()GetSessionRequest.BuilderGetSessionRequest.Builder. localeId(String localeId)The locale where the session is in use.GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuilderGetSessionRequest.Builder. sessionId(String sessionId)The identifier of the session to return.GetSessionRequest.BuilderGetSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type GetSessionRequest.Builder Modifier and Type Method Description static Class<? extends GetSessionRequest.Builder>GetSessionRequest. serializableBuilderClass()
-