PredictionResponseSystemGeneratedEntities

data class PredictionResponseSystemGeneratedEntities(val generatedInteractionTypes: List<String>? = null, val generatedKpis: Map<String, String>? = null, val generatedLinks: List<String>? = null)

System generated entities.

Constructors

constructor(generatedInteractionTypes: List<String>? = null, generatedKpis: Map<String, String>? = null, generatedLinks: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Generated interaction types.

Link copied to clipboard

Generated KPIs.

Link copied to clipboard
val generatedLinks: List<String>? = null

Generated links.