Open this page in the API Guide

NaturalLanguageResponse.HandlerParameters Property

Gets or sets the Javascript method parameters.

Namespace:  Dundas.BI.MachineLearning
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public IList<string> HandlerParameters { get; }

Property Value

Type: IList<String>
The arguments provided for HandlerMethod in JSON format.
See Also