Package ai.tock.bot.admin.message
Class SentenceElementConfiguration
-
- All Implemented Interfaces:
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
Modifier and Type Method Description final ConnectorTypegetConnectorType()final List<AttachmentConfiguration>getAttachments()final List<ChoiceConfiguration>getChoices()final Map<String, I18nLabelValue>getTexts()final List<LocationConfiguration>getLocations()final Map<String, String>getMetadata()final List<SentenceSubElementConfiguration>getSubElements()-
-
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
-
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()
-
-
-
-