QueryContextData Class | 
Namespace: Dundas.BI.WebApi.Models
The QueryContextData type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryContextData | 
            Initializes a new instance of the QueryContextData class.
              | 
| Name | Description | |
|---|---|---|
| Data | 
            Gets or sets the data that the machine learning engine uses as the query context state.
              | |
| FromDataContractMapping | 
            The mapping from QueryContextData to QueryContext.
              | |
| Id | 
            Gets or sets the ID.
              | |
| Query | 
            Gets or sets the natural language query.
              | |
| SessionId | 
            Gets or sets the session ID that the machine learning engine is required to perform web API calls.
              | |
| TargetProjectIds | 
            Gets the target project IDs at which the context is referring to.
              | |
| ToDataContractMapping | 
            The mapping from QueryContext to QueryContextData.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | |
| UserId | 
            Gets or sets the current userID.
              | |
| ViewId | 
            Gets or sets the associated view ID.
              | |
| ViewType | 
            Gets or sets the view type.
              |