Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ActiveContext
-
Packages that use ActiveContext Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ActiveContext in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ActiveContext Modifier and Type Method Description List<ActiveContext>InputSessionStateSpecification. activeContexts()Active contexts for the session state.List<ActiveContext>UserTurnOutputSpecification. activeContexts()The contexts that are active in the turn.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ActiveContext Modifier and Type Method Description InputSessionStateSpecification.BuilderInputSessionStateSpecification.Builder. activeContexts(ActiveContext... activeContexts)Active contexts for the session state.UserTurnOutputSpecification.BuilderUserTurnOutputSpecification.Builder. activeContexts(ActiveContext... activeContexts)The contexts that are active in the turn.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ActiveContext Modifier and Type Method Description InputSessionStateSpecification.BuilderInputSessionStateSpecification.Builder. activeContexts(Collection<ActiveContext> activeContexts)Active contexts for the session state.UserTurnOutputSpecification.BuilderUserTurnOutputSpecification.Builder. activeContexts(Collection<ActiveContext> activeContexts)The contexts that are active in the turn.
-