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