NaturalLanguageResponseHandlerMethod Property |
Gets or sets the Javascript method name.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string HandlerMethod { get; set; }
Public Property HandlerMethod As String
Get
Set
public:
property String^ HandlerMethod {
String^ get ();
void set (String^ value);
}
member HandlerMethod : string with get, set
Property Value
Type:
StringThe javascript method name.
See Also