custom Control
Parameters
value
Custom control method for handling the information elicited from the user. Valid values: RETURN_CONTROL
. To skip using a Lambda function and instead return the predicted action group, in addition to the parameters and information required for it, in the InvokeAgent
response, specify RETURN_CONTROL
. Only one of custom_control
or lambda
can be specified.