data class SentenceSubElementConfiguration
(source)
<init> |
SentenceSubElementConfiguration(attachments: List<AttachmentConfiguration> = emptyList(), choices: List<ChoiceConfiguration> = emptyList(), texts: Map<String, I18nLabelValue> = emptyMap(), locations: List<LocationConfiguration> = emptyList(), metadata: Map<String, String> = emptyMap()) |
attachments |
val attachments: List<AttachmentConfiguration> |
choices |
val choices: List<ChoiceConfiguration> |
locations |
val locations: List<LocationConfiguration> |
metadata |
val metadata: Map<String, String> |
texts |
val texts: Map<String, I18nLabelValue> |