NaturalLanguageResponseResponseType Property |
Gets or sets the response type.
Namespace:
Dundas.BI.MachineLearning
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic NaturalLanguageResponseType ResponseType { get; set; }Public Property ResponseType As NaturalLanguageResponseType
Get
Set
public:
property NaturalLanguageResponseType ResponseType {
NaturalLanguageResponseType get ();
void set (NaturalLanguageResponseType value);
}member ResponseType : NaturalLanguageResponseType with get, set
Property Value
Type:
NaturalLanguageResponseTypeThe response type of this response.
See Also