the response data from the user
the targets to evaluate
the classifer implementation to use to determine what the input
matches with
a built up context of the form
{
"{type of target: (intent, meaning, etc)}": {
"{name of target (camelCase)}": {
"confidence": 0.576
}
}
}
This function converts a set of classification targets into a context for evaluation. This is especially useful for creating a context that can be used by a conditional link to determine where to move after a response has been received.