-
public final class SentenceElementConfigurationAn aggregation of Messages used in SentenceConfiguration. This a usually "generic" view of ConnectorMessage.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConnectorTypeconnectorTypeprivate final List<AttachmentConfiguration>attachmentsprivate final List<ChoiceConfiguration>choicesprivate final Map<String, I18nLabelValue>textsprivate final List<LocationConfiguration>locationsprivate final Map<String, String>metadataprivate final List<SentenceSubElementConfiguration>subElements
-
Constructor Summary
Constructors Constructor Description SentenceElementConfiguration(ConnectorType connectorType, List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata, List<SentenceSubElementConfiguration> subElements, ConnectorMessage connectorMessage)
-
Method Summary
-
-
Constructor Detail
-
SentenceElementConfiguration
SentenceElementConfiguration(ConnectorType connectorType, List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata, List<SentenceSubElementConfiguration> subElements, ConnectorMessage connectorMessage)
-
-
Method Detail
-
component1
final ConnectorType component1()
-
component2
final List<AttachmentConfiguration> component2()
-
component3
final List<ChoiceConfiguration> component3()
-
component4
final Map<String, I18nLabelValue> component4()
-
component5
final List<LocationConfiguration> component5()
-
component6
final Map<String, String> component6()
-
component7
final List<SentenceSubElementConfiguration> component7()
-
copy
final SentenceElementConfiguration copy(ConnectorType connectorType, List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata, List<SentenceSubElementConfiguration> subElements, ConnectorMessage connectorMessage)
-
getConnectorType
final ConnectorType getConnectorType()
-
getAttachments
final List<AttachmentConfiguration> getAttachments()
-
getChoices
final List<ChoiceConfiguration> getChoices()
-
getLocations
final List<LocationConfiguration> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
getSubElements
final List<SentenceSubElementConfiguration> getSubElements()
-
-
-
-