Package com.novomind.ecom.api.iagent.messenger.connector
-
Interface Summary Interface Description MessengerConnector This interface is an extension point to implement message retrieval from different sources to the novomind iAGENT system and also the delivery of the messages back to the source, after the message has been answered by the novomind iAGENT system.MessengerConnectorMessageSender TheMessengerConnectorMessageSender
is an interface that implements the callback event functions triggered when messages need to be sent.MessengerConnectorStatusSender TheMessengerConnectorStatusSender
is an interface that implements the callback event functions triggered when statuses need to be sent. -
Enum Summary Enum Description CustomChatChannelMessageFormat Represents the message format which theMessengerTextMessage
s of aCustomChatChannel
should use.CustomChatChannelMessageFormatElement Represents a formatting element that is supported by aCustomChatChannel
. -
Annotation Types Summary Annotation Type Description CustomChatChannel Runtime annotation used to specify custom chat channels.MessengerConnectorPlugin Runtime annotation used to mark aMessengerConnector
.