GetPredictionResult

data class GetPredictionResult(val autoAnalyze: Boolean, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val grades: List<PredictionResponseGrades>? = null, val id: String, val involvedInteractionTypes: List<String>? = null, val involvedKpiTypes: List<String>? = null, val involvedRelationships: List<String>? = null, val mappings: PredictionResponseMappings, val name: String, val negativeOutcomeExpression: String, val positiveOutcomeExpression: String, val predictionName: String? = null, val primaryProfileType: String, val provisioningState: String, val scopeExpression: String, val scoreLabel: String, val systemGeneratedEntities: PredictionResponseSystemGeneratedEntities, val tenantId: String, val type: String)

The prediction resource format.

Constructors

Link copied to clipboard
constructor(autoAnalyze: Boolean, description: Map<String, String>? = null, displayName: Map<String, String>? = null, grades: List<PredictionResponseGrades>? = null, id: String, involvedInteractionTypes: List<String>? = null, involvedKpiTypes: List<String>? = null, involvedRelationships: List<String>? = null, mappings: PredictionResponseMappings, name: String, negativeOutcomeExpression: String, positiveOutcomeExpression: String, predictionName: String? = null, primaryProfileType: String, provisioningState: String, scopeExpression: String, scoreLabel: String, systemGeneratedEntities: PredictionResponseSystemGeneratedEntities, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether do auto analyze.

Link copied to clipboard
val description: Map<String, String>? = null

Description of the prediction.

Link copied to clipboard
val displayName: Map<String, String>? = null

Display name of the prediction.

Link copied to clipboard

The prediction grades.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Interaction types involved in the prediction.

Link copied to clipboard

KPI types involved in the prediction.

Link copied to clipboard

Relationships involved in the prediction.

Link copied to clipboard

Definition of the link mapping of prediction.

Link copied to clipboard

Resource name.

Link copied to clipboard

Negative outcome expression.

Link copied to clipboard

Positive outcome expression.

Link copied to clipboard
val predictionName: String? = null

Name of the prediction.

Link copied to clipboard

Primary profile type.

Link copied to clipboard

Provisioning state.

Link copied to clipboard

Scope expression.

Link copied to clipboard

Score label.

Link copied to clipboard
Link copied to clipboard

The hub name.

Link copied to clipboard

Resource type.