public final class DetectorResponseProperties extends Object
| Constructor and Description |
|---|
DetectorResponseProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<DataProviderMetadata> |
dataProvidersMetadata()
Get the dataProvidersMetadata property: Additional configuration for different data providers to be used by the
UI.
|
List<DiagnosticData> |
dataset()
Get the dataset property: Data Set.
|
DetectorInfo |
metadata()
Get the metadata property: metadata for the detector.
|
Status |
status()
Get the status property: Indicates status of the most severe insight.
|
QueryUtterancesResults |
suggestedUtterances()
Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.
|
void |
validate()
Validates the instance.
|
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.
|
public DetectorInfo metadata()
public DetectorResponseProperties withMetadata(DetectorInfo metadata)
metadata - the metadata value to set.public List<DiagnosticData> dataset()
public DetectorResponseProperties withDataset(List<DiagnosticData> dataset)
dataset - the dataset value to set.public Status status()
public DetectorResponseProperties withStatus(Status status)
status - the status value to set.public List<DataProviderMetadata> dataProvidersMetadata()
public DetectorResponseProperties withDataProvidersMetadata(List<DataProviderMetadata> dataProvidersMetadata)
dataProvidersMetadata - the dataProvidersMetadata value to set.public QueryUtterancesResults suggestedUtterances()
public DetectorResponseProperties withSuggestedUtterances(QueryUtterancesResults suggestedUtterances)
suggestedUtterances - the suggestedUtterances value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.