Uses of Class
software.amazon.awssdk.services.lexruntime.model.LexRuntimeRequest
-
Packages that use LexRuntimeRequest Package Description software.amazon.awssdk.services.lexruntime.internal software.amazon.awssdk.services.lexruntime.model -
-
Uses of LexRuntimeRequest in software.amazon.awssdk.services.lexruntime.internal
Methods in software.amazon.awssdk.services.lexruntime.internal with type parameters of type LexRuntimeRequest Modifier and Type Method Description static <T extends LexRuntimeRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends LexRuntimeRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of LexRuntimeRequest in software.amazon.awssdk.services.lexruntime.model
Subclasses of LexRuntimeRequest in software.amazon.awssdk.services.lexruntime.model Modifier and Type Class Description classDeleteSessionRequestclassGetSessionRequestclassPostContentRequestclassPostTextRequestclassPutSessionRequestMethods in software.amazon.awssdk.services.lexruntime.model that return LexRuntimeRequest Modifier and Type Method Description LexRuntimeRequestLexRuntimeRequest.Builder. build()Constructors in software.amazon.awssdk.services.lexruntime.model with parameters of type LexRuntimeRequest Constructor Description BuilderImpl(LexRuntimeRequest request)
-