DetectorResponse Class

Definition

Class representing Response from Detector

[Microsoft.Rest.Serialization.JsonTransformation]
public class DetectorResponse : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DetectorResponse = class
    inherit ProxyOnlyResource
Public Class DetectorResponse
Inherits ProxyOnlyResource
Inheritance
DetectorResponse
Attributes

Constructors

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.

Properties

DataProvidersMetadata

Gets or sets additional configuration for different data providers to be used by the UI

Dataset

Gets or sets data Set

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Metadata

Gets or sets metadata for the detector

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Status

Gets or sets indicates status of the most severe insight.

SuggestedUtterances

Gets or sets suggested utterances where the detector can be applicable.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to