QueryResponseDataContext Property |
Gets or sets the natural language context.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "context", EmitDefaultValue = false)]
public QueryContextData Context { get; }
<DataMemberAttribute(Name := "context", EmitDefaultValue := false)>
Public ReadOnly Property Context As QueryContextData
Get
public:
[DataMemberAttribute(Name = L"context", EmitDefaultValue = false)]
property QueryContextData^ Context {
QueryContextData^ get ();
}
[<DataMemberAttribute(Name = "context", EmitDefaultValue = false)>]
member Context : QueryContextData with get
Property Value
Type:
QueryContextDataThe natural language context.
See Also