BlueConicResponse

constructor(singleMap: Map<String, String> = emptyMap(), nestedMap: Map<String, Map<String, String>> = emptyMap(), properties: Map<String, List<String>> = emptyMap(), interactions: List<Interaction> = emptyList(), connections: List<BlueConicClient.Connection> = emptyList(), segments: List<BlueConicClient.Segment> = emptyList())

Parameters

singleMap

The single map.

nestedMap

Holds the language labels.

properties

The profile properties.

interactions

All interactions that are valid.

connections

All connections from the interactions.

segments

The segments.