parameterScope property
Scope for the parameters.
If not specified, parameters will be treated as session parameters. Parameters with custom scope will not be put into session parameters. You can reference the parameters with custom scope in the agent with the following format: $parameter-scope.params.parameter-id.
Implementation
core.String? parameterScope;