Feedback

  • Contents
 

Reco Has Feature

This Reco tool checks whether the recognition session of this interaction has certain features. This allows adapting the handler logic to the capabilities of the ASR engine (or recognition capabilities in general) of a session.

Features can only be queried if the interaction has a recognition session. This tool does not automatically create a session.

Inputs

Interaction

Identifier of the interaction.

Features

Space-separated list of features. The engine must support all listed features for tool to take the Yes exit path.

Outputs

Unsupported Features

Space separated list of features that are not supported. This will be an empty string if all features are supported.

Exit Paths

YES 

This path is taken if all of the specified features are supported by the current ASR engine of the specified session.

NO 

This path is taken if one or more of the specified features are not supported.

No Session 

This path is taken if the interaction does not have a session.

Failure 

This path is taken if an error occurred.