Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.PutSessionRequest.Builder
-
Packages that use PutSessionRequest.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 PutSessionRequest.Builder in software.amazon.awssdk.services.lexruntimev2
Method parameters in software.amazon.awssdk.services.lexruntimev2 with type arguments of type PutSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<PutSessionResponse>LexRuntimeV2AsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default <ReturnT> CompletableFuture<ReturnT>LexRuntimeV2AsyncClient. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, AsyncResponseTransformer<PutSessionResponse,ReturnT> asyncResponseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseInputStream<PutSessionResponse>LexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default PutSessionResponseLexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, Path destinationPath)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default <ReturnT> ReturnTLexRuntimeV2Client. putSession(Consumer<PutSessionRequest.Builder> putSessionRequest, ResponseTransformer<PutSessionResponse,ReturnT> responseTransformer)Creates a new session or modifies an existing session with an Amazon Lex V2 bot.default ResponseBytes<PutSessionResponse>LexRuntimeV2Client. putSessionAsBytes(Consumer<PutSessionRequest.Builder> putSessionRequest)Creates a new session or modifies an existing session with an Amazon Lex V2 bot. -
Uses of PutSessionRequest.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return PutSessionRequest.Builder Modifier and Type Method Description PutSessionRequest.BuilderPutSessionRequest.Builder. botAliasId(String botAliasId)The alias identifier of the bot that receives the session data.PutSessionRequest.BuilderPutSessionRequest.Builder. botId(String botId)The identifier of the bot that receives the session data.static PutSessionRequest.BuilderPutSessionRequest. builder()PutSessionRequest.BuilderPutSessionRequest.Builder. localeId(String localeId)The locale where the session is in use.PutSessionRequest.BuilderPutSessionRequest.Builder. messages(Collection<Message> messages)A list of messages to send to the user.PutSessionRequest.BuilderPutSessionRequest.Builder. messages(Consumer<Message.Builder>... messages)A list of messages to send to the user.PutSessionRequest.BuilderPutSessionRequest.Builder. messages(Message... messages)A list of messages to send to the user.PutSessionRequest.BuilderPutSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutSessionRequest.BuilderPutSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutSessionRequest.BuilderPutSessionRequest.Builder. requestAttributes(Map<String,String> requestAttributes)Request-specific information passed between Amazon Lex V2 and the client application.PutSessionRequest.BuilderPutSessionRequest.Builder. responseContentType(String responseContentType)The message that Amazon Lex V2 returns in the response can be either text or speech depending on the value of this parameter.PutSessionRequest.BuilderPutSessionRequest.Builder. sessionId(String sessionId)The identifier of the session that receives the session data.default PutSessionRequest.BuilderPutSessionRequest.Builder. sessionState(Consumer<SessionState.Builder> sessionState)Sets the state of the session with the user.PutSessionRequest.BuilderPutSessionRequest.Builder. sessionState(SessionState sessionState)Sets the state of the session with the user.PutSessionRequest.BuilderPutSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type PutSessionRequest.Builder Modifier and Type Method Description static Class<? extends PutSessionRequest.Builder>PutSessionRequest. serializableBuilderClass()
-