Uses of Class
com.azure.resourcemanager.appservice.fluent.models.DetectorResponseProperties
Packages that use DetectorResponseProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of DetectorResponseProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type DetectorResponsePropertiesModifier and TypeClassDescriptionfinal classDetectorResponse resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return DetectorResponsePropertiesModifier and TypeMethodDescriptionstatic DetectorResponsePropertiesDetectorResponseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DetectorResponseProperties from the JsonReader.DetectorResponseProperties.withDataProvidersMetadata(List<DataProviderMetadata> dataProvidersMetadata) Set the dataProvidersMetadata property: Additional configuration for different data providers to be used by the UI.DetectorResponseProperties.withDataset(List<DiagnosticData> dataset) Set the dataset property: Data Set.DetectorResponseProperties.withMetadata(DetectorInfo metadata) Set the metadata property: metadata for the detector.DetectorResponseProperties.withStatus(Status status) Set the status property: Indicates status of the most severe insight.DetectorResponseProperties.withSuggestedUtterances(QueryUtterancesResults suggestedUtterances) Set the suggestedUtterances property: Suggested utterances where the detector can be applicable.