DetectorResponse Constructors

Definition

Overloads

DetectorResponse()

Initializes a new instance of the DetectorResponse class.

DetectorResponse(String, String, String, String, DetectorInfo, IList<DiagnosticData>, Status, IList<DataProviderMetadata>, QueryUtterancesResults)

Initializes a new instance of the DetectorResponse class.

DetectorResponse()

Initializes a new instance of the DetectorResponse class.

public DetectorResponse ();
Public Sub New ()

Applies to

DetectorResponse(String, String, String, String, DetectorInfo, IList<DiagnosticData>, Status, IList<DataProviderMetadata>, QueryUtterancesResults)

Initializes a new instance of the DetectorResponse class.

public DetectorResponse (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.DetectorInfo metadata = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticData> dataset = default, Microsoft.Azure.Management.WebSites.Models.Status status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata> dataProvidersMetadata = default, Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults suggestedUtterances = default);
new Microsoft.Azure.Management.WebSites.Models.DetectorResponse : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.DetectorInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticData> * Microsoft.Azure.Management.WebSites.Models.Status * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata> * Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults -> Microsoft.Azure.Management.WebSites.Models.DetectorResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional metadata As DetectorInfo = Nothing, Optional dataset As IList(Of DiagnosticData) = Nothing, Optional status As Status = Nothing, Optional dataProvidersMetadata As IList(Of DataProviderMetadata) = Nothing, Optional suggestedUtterances As QueryUtterancesResults = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

metadata
DetectorInfo

metadata for the detector

dataset
IList<DiagnosticData>

Data Set

status
Status

Indicates status of the most severe insight.

dataProvidersMetadata
IList<DataProviderMetadata>

Additional configuration for different data providers to be used by the UI

suggestedUtterances
QueryUtterancesResults

Suggested utterances where the detector can be applicable.

Applies to