QueryContextData Class

The DTO object for a QueryContext.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class QueryContextData : BaseDataContract

The QueryContextData type exposes the following members.

Constructors
  NameDescription
Public methodQueryContextData
Initializes a new instance of the QueryContextData class.
Top
Properties
  NameDescription
Public propertyData
Gets or sets the data that the machine learning engine uses as the query context state.
Public propertyStatic memberFromDataContractMapping
The mapping from QueryContextData to QueryContext.
Public propertyId
Gets or sets the ID.
Public propertyQuery
Gets or sets the natural language query.
Public propertySessionId
Gets or sets the session ID that the machine learning engine is required to perform web API calls.
Public propertyTargetProjectIds
Gets the target project IDs at which the context is referring to.
Public propertyStatic memberToDataContractMapping
The mapping from QueryContext to QueryContextData.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUserId
Gets or sets the current userID.
Public propertyViewId
Gets or sets the associated view ID.
Public propertyViewType
Gets or sets the view type.
Top
See Also