Class ClientGenericMessage
-
- All Implemented Interfaces:
public final class ClientGenericMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final ClientConnectorTypeconnectorTypeprivate final List<ClientAttachment>attachmentsprivate final List<ClientChoice>choicesprivate final Map<String, String>textsprivate final List<ClientLocation>locationsprivate final Map<String, String>metadataprivate final List<ClientGenericElement>subElements
-
Constructor Summary
Constructors Constructor Description ClientGenericMessage(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)
-
Method Summary
Modifier and Type Method Description final ClientConnectorTypegetConnectorType()final List<ClientAttachment>getAttachments()final List<ClientChoice>getChoices()final Map<String, String>getTexts()final List<ClientLocation>getLocations()final Map<String, String>getMetadata()final List<ClientGenericElement>getSubElements()-
-
Constructor Detail
-
ClientGenericMessage
ClientGenericMessage(ClientConnectorType connectorType, List<ClientAttachment> attachments, List<ClientChoice> choices, Map<String, String> texts, List<ClientLocation> locations, Map<String, String> metadata, List<ClientGenericElement> subElements)
-
-
Method Detail
-
getConnectorType
final ClientConnectorType getConnectorType()
-
getAttachments
final List<ClientAttachment> getAttachments()
-
getChoices
final List<ClientChoice> getChoices()
-
getLocations
final List<ClientLocation> getLocations()
-
getMetadata
final Map<String, String> getMetadata()
-
getSubElements
final List<ClientGenericElement> getSubElements()
-
-
-
-