Protected
constructorAdds additional params to set in the ML engine.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
NlpModels are used to provide the VoiceML NLP engine information about how the transcript of the input audio should be processed. BaseNlpModels is the abstract base class all NlpModels (NlpKeywordModel, NlpIntentModel) inherit from.
You can specify multiple NlpModels to process the same audio, all of their results will be returned in VoiceML.ListeningUpdateEventArgs.