Uses of Class
software.amazon.awssdk.services.lexruntimev2.model.ActiveContext
-
Packages that use ActiveContext Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ActiveContext in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type ActiveContext Modifier and Type Method Description List<ActiveContext>SessionState. activeContexts()One or more contexts that indicate to Amazon Lex V2 the context of a request.Methods in software.amazon.awssdk.services.lexruntimev2.model with parameters of type ActiveContext Modifier and Type Method Description SessionState.BuilderSessionState.Builder. activeContexts(ActiveContext... activeContexts)One or more contexts that indicate to Amazon Lex V2 the context of a request.Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type ActiveContext Modifier and Type Method Description SessionState.BuilderSessionState.Builder. activeContexts(Collection<ActiveContext> activeContexts)One or more contexts that indicate to Amazon Lex V2 the context of a request.
-