Package ai.tock.bot.admin.message
Class SentenceSubElementConfiguration
-
- All Implemented Interfaces:
public final class SentenceSubElementConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final List<AttachmentConfiguration>attachmentsprivate final List<ChoiceConfiguration>choicesprivate final Map<String, I18nLabelValue>textsprivate final List<LocationConfiguration>locationsprivate final Map<String, String>metadata
-
Constructor Summary
Constructors Constructor Description SentenceSubElementConfiguration(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)
-
Method Summary
Modifier and Type Method Description final List<AttachmentConfiguration>getAttachments()final List<ChoiceConfiguration>getChoices()final Map<String, I18nLabelValue>getTexts()final List<LocationConfiguration>getLocations()final Map<String, String>getMetadata()-
-
Constructor Detail
-
SentenceSubElementConfiguration
SentenceSubElementConfiguration(List<AttachmentConfiguration> attachments, List<ChoiceConfiguration> choices, Map<String, I18nLabelValue> texts, List<LocationConfiguration> locations, Map<String, String> metadata)
-
-
Method Detail
-
getAttachments
final List<AttachmentConfiguration> getAttachments()
-
getChoices
final List<ChoiceConfiguration> getChoices()
-
getLocations
final List<LocationConfiguration> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
-
-
-