EmbeddedSelectionSubject
constructor(embeddedId: String = "", pending: List<AirshipEmbeddedInfo> = emptyList(), hints: Map<String, String> = emptyMap())(source)
Parameters
embeddedId
The embedded ID being selected for.
pending
The candidates being ranked — the set the model is choosing between. A provider can inspect these to build context relevant to the actual choice.
hints
The layout's subject_hints, empty when the layout provides none.