SentenceElementConfiguration(connectorType: ConnectorType = ConnectorType.none, attachments: List<AttachmentConfiguration> = emptyList(), choices: List<ChoiceConfiguration> = emptyList(), texts: Map<String, I18nLabelValue> = emptyMap(), locations: List<LocationConfiguration> = emptyList(), metadata: Map<String, String> = emptyMap(), subElements: List<SentenceSubElementConfiguration> = emptyList(), connectorMessage: ConnectorMessage? = null)
An aggregation of Messages used in SentenceConfiguration. This a usually "generic" view of ConnectorMessage.