Blue Conic Response
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
single Map
The single map.
nested Map
Holds the language labels.
properties
The profile properties.
interactions
All interactions that are valid.
connections
All connections from the interactions.
segments
The segments.