public final class DetectorResponseInner extends ProxyOnlyResource
| Constructor and Description |
|---|
DetectorResponseInner() |
| 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.
|
DetectorResponseInner |
withDataProvidersMetadata(List<DataProviderMetadata> dataProvidersMetadata)
Set the dataProvidersMetadata property: Additional configuration for different data providers to be used by the
UI.
|
DetectorResponseInner |
withDataset(List<DiagnosticData> dataset)
Set the dataset property: Data Set.
|
DetectorResponseInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
DetectorResponseInner |
withMetadata(DetectorInfo metadata)
Set the metadata property: metadata for the detector.
|
DetectorResponseInner |
withStatus(Status status)
Set the status property: Indicates status of the most severe insight.
|
DetectorResponseInner |
withSuggestedUtterances(QueryUtterancesResults suggestedUtterances)
Set the suggestedUtterances property: Suggested utterances where the detector can be applicable.
|
kindpublic DetectorResponseInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public DetectorInfo metadata()
public DetectorResponseInner withMetadata(DetectorInfo metadata)
metadata - the metadata value to set.public List<DiagnosticData> dataset()
public DetectorResponseInner withDataset(List<DiagnosticData> dataset)
dataset - the dataset value to set.public Status status()
public DetectorResponseInner withStatus(Status status)
status - the status value to set.public List<DataProviderMetadata> dataProvidersMetadata()
public DetectorResponseInner withDataProvidersMetadata(List<DataProviderMetadata> dataProvidersMetadata)
dataProvidersMetadata - the dataProvidersMetadata value to set.public QueryUtterancesResults suggestedUtterances()
public DetectorResponseInner withSuggestedUtterances(QueryUtterancesResults suggestedUtterances)
suggestedUtterances - the suggestedUtterances value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.