Context
A context contains mappings from ContextParamType to value. Each context has an intention that defines which parameters are allowed and required.
With Context.intention, you can create a new context builder for the given intention.
Parameters
I
The intention of this context.
intention
The intention of this context.
explicitParams 
The parameters that are explicitly set.
resolvedParams 
The parameters that are loaded through autofillers. The value is null if the param could not be loaded through autofillers.
Types
Functions
Link copied to clipboard
                  Returns the value of the given paramType or throws an exception if it is not present and also couldn't be resolved through autofillers.