NaturalLanguageResponseDataResponseType Property |
Gets or sets the response type.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "responseType")]
public NaturalLanguageResponseType ResponseType { get; set; }<DataMemberAttribute(Name := "responseType")>
Public Property ResponseType As NaturalLanguageResponseType
Get
Set
public:
[DataMemberAttribute(Name = L"responseType")]
property NaturalLanguageResponseType ResponseType {
NaturalLanguageResponseType get ();
void set (NaturalLanguageResponseType value);
}[<DataMemberAttribute(Name = "responseType")>]
member ResponseType : NaturalLanguageResponseType with get, set
Property Value
Type:
NaturalLanguageResponseTypeThe response type of this response.
See Also