NCMatchedCallback

A descriptor of the intent callback returned by NCModelClient.debugAsk method. This descriptor defines the callback for the intent that was detected as a winning intent but whose callback wasn't fired as per NCModelClient.debugAsk method's semantic.

Using this descriptor the user can execute callback itself, if necessary.

See also:
Source:
NCMatchedCallback.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Gets the callback function that takes list of list of entities and returns an instance of NCResult class.

Gets the callback function that takes list of list of entities and returns an instance of NCResult class.

See also:
Source:
NCMatchedCallback.scala

Gets the list of callback arguments as list of list of entities.

Gets the list of callback arguments as list of list of entities.

See also:
Source:
NCMatchedCallback.scala

Gets ID of the matched intent.

Gets ID of the matched intent.

Source:
NCMatchedCallback.scala