The context passed to the QnaAction. The QnaAction is passed to VoiceML.listeningOptions to use the DialogML within the VoiceML automatically
StaticcreateParameter: string context. Creates a QnaAction object with a given context i.e. source text for the Dialog ML.
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.
The QnaAction class is a post-processing action that encapsulates context text for Dialog ML processing within VoiceML operations.
Deprecated
Example