NaturalLanguageResponseType Enumeration

Natural language response type.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[JsonConverterAttribute(typeof(StringEnumConverter))]
public enum NaturalLanguageResponseType
Members
  Member nameValueDescription
Response0 A valid response.
Error1 An error response.
Question2 A question response, occurs when the natural language engine partially understands the query.
Exception3 An exception response, occurs when there is an error when trying to resolve for a response of an understood query.
See Also