IDetectorResponseProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponsePropertiesTypeConverter))]
public interface IDetectorResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DetectorResponsePropertiesTypeConverter))>]
type IDetectorResponseProperties = interface
interface IJsonSerializable
Public Interface IDetectorResponseProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |