QueryResponseContext Property  | 
 
            Gets or sets the natural language context.
            
 
    Namespace: 
   Dundas.BI.MachineLearning
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic QueryContext Context { get; set; }Public Property Context As QueryContext
	Get
	Set
public:
property QueryContext^ Context {
	QueryContext^ get ();
	void set (QueryContext^ value);
}member Context : QueryContext with get, set
Property Value
Type: 
QueryContextThe natural language context.
See Also