- Contents
Interaction Designer Help
Reco Custom Operation
This Reco tool allows the engine integration modules to expose custom operations offered by the ASR engine they implement. For example, it can be used to manage the voiceprint database for speaker identification support.
Inputs
Interaction
Identifier of the interaction.
Operation Name
Name of the custom operation to execute.
Parameter Names
Optional string list containing the names of the parameters. If no names are specified, the parameters are considered unnamed.
Parameter Values
Optional string list of parameter values passed to the engine integration module.
Outputs
Return Value
The value returned from the function.
Error Code
This output parameter contains the error code returned by the server.
Error Text
Text accompanying the error code.
Exit Paths
Success
This path is taken if the custom operation has been executed successfully.
Failure
This path is taken if the operation failed. For more details, the handler may analyze the event returned in the Error Code output.