Condividi tramite


DetectorResponseProperties Class

Definition

DetectorResponse resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponsePropertiesTypeConverter))]
public class DetectorResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponsePropertiesTypeConverter))>]
type DetectorResponseProperties = class
    interface IDetectorResponseProperties
    interface IJsonSerializable
Public Class DetectorResponseProperties
Implements IDetectorResponseProperties
Inheritance
DetectorResponseProperties
Attributes
Implements

Constructors

DetectorResponseProperties()

Creates an new DetectorResponseProperties instance.

Properties

DataProvidersMetadata

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

Dataset

Data Set

MetadataAnalysisType

Analysis Types for which this detector should apply to.

MetadataAuthor

Author of the detector.

MetadataCategory

Problem category. This serves for organizing group for detectors.

MetadataDescription

Short description of the detector and its purpose.

MetadataId

Id of detector

MetadataName

Name of detector

MetadataScore

Defines score of a detector to power ML based matching.

MetadataSupportTopicList

List of Support Topics for which this detector is enabled.

MetadataType

Whether this detector is an Analysis Detector or not.

StatusId

Level of the most severe insight generated by the detector.

StatusMessage

Descriptive message.

SuggestedUtteranceQuery

Search Query.

SuggestedUtteranceResult

Array of utterance results for search query.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DetectorResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DetectorResponseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorResponseProperties.

FromJsonString(String)

Creates a new instance of DetectorResponseProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DetectorResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to