DetectorResponseProperties Class

DetectorResponse resource specific properties.

Constructor

DetectorResponseProperties(*args: Any, **kwargs: Any)

Variables

Name Description
metadata

metadata for the detector.

dataset

Data Set.

status

Indicates status of the most severe insight.

data_providers_metadata

Additional configuration for different data providers to be used by the UI.

suggested_utterances

Suggested utterances where the detector can be applicable.

Attributes

data_providers_metadata

Additional configuration for different data providers to be used by the UI.

data_providers_metadata: list['_models.DataProviderMetadata'] | None

dataset

Data Set.

dataset: list['_models.DiagnosticData'] | None

metadata

metadata for the detector.

metadata: _models.DetectorInfo | None

status

Indicates status of the most severe insight.

status: _models.Status | None

suggested_utterances

Suggested utterances where the detector can be applicable.

suggested_utterances: _models.QueryUtterancesResults | None