NaturalLanguageResponseData Class

The DTO object for a NaturalLanguageResponse.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsNaturalLanguageResponseData

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 NaturalLanguageResponseData : BaseDataContract

The NaturalLanguageResponseData type exposes the following members.

Constructors
  NameDescription
Public methodNaturalLanguageResponseData
Initializes a new instance of the NaturalLanguageResponseData class.
Top
Properties
  NameDescription
Public propertyHandlerMethod
Gets or sets the Javascript method name.
Public propertyHandlerParameters
Gets or sets the Javascript method parameters.
Public propertyResponseType
Gets or sets the response type.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
Retrieves the dictionary of mapping rules.
Top
See Also