DetectorResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing Response from Detector
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponseTypeConverter))]
public class DetectorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorResponse, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponseTypeConverter))>]
type DetectorResponse = class
interface IDetectorResponse
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class DetectorResponse
Implements IDetectorResponse, IValidates
- Inheritance
-
DetectorResponse
- Attributes
- Implements
Constructors
DetectorResponse() |
Creates an new DetectorResponse instance. |
Properties
DataProvidersMetadata |
Additional configuration for different data providers to be used by the UI |
Dataset |
Data Set |
Id |
Resource Id. |
Kind |
Kind of resource. |
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. |
Name |
Resource Name. |
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. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DetectorResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DetectorResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDetectorResponse. |
FromJsonString(String) |
Creates a new instance of DetectorResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DetectorResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |