Package com.novomind.ecom.api.iagent.messenger.event
package com.novomind.ecom.api.iagent.messenger.event
-
InterfacesClassDescriptionA
MessengerAudioDataMessageReceivedEvent
provides all information about the received audio data message.AMessengerAudioDataMessageSentEvent
provides all information about the audio data message sent by an external system.AMessengerAudioUrlMessageReceivedEvent
provides all information about the received audio url message.AMessengerAudioUrlMessageSentEvent
provides all information about the audio url message sent by an external system.TheMessengerConnectorConversationTypingEventListener
is an interface that implements the callback event functions triggered due to a previously received conversation typing event.TheMessengerConnectorEventListener
is an interface that implements the callback event functions triggered due to a received messenger message and handled by the novomind iAGENT system.TheMessengerConnectorMessageReceivedStatusEventListener
is an interface that implements the callback event functions triggered due to the previously received messenger message.TheMessengerConnectorStatusReceivedEventListener
is an interface that implements the callback event functions triggered due to the previously received messenger status.AMessengerConversationTypingEvent
signals that someone started or stopped typing in a messenger conversation.AMessengerConversationTypingReceivedFailedEvent
provides all information about a conversation typing event that was not received successfully.AMessengerConversationTypingReceivedSuccessfulEvent
provides all information about a conversation typing event that was received successfully.AMessengerDeletedMessageEvent
signals that a specific messenger message has been deleted.AMessengerDeliveredMessageEvent
signals that a specific messenger message has been delivered.AMessengerEditedMessageEvent
signals that a specific messenger message has been edited.AMessengerFileDataMessageReceivedEvent
provides all information about the received file data message.AMessengerFileDataMessageSentEvent
provides all information about the file data message sent by an external system.AMessengerFileUrlMessageReceivedEvent
provides all information about the received file url message.AMessengerFileUrlMessageSentEvent
provides all information about the file url message sent by an external system.AMessengerImageDataMessageReceivedEvent
provides all information about the received image data message.AMessengerImageDataMessageSentEvent
provides all information about the image data message sent by an external system.AMessengerImageUrlMessageReceivedEvent
provides all information about the received image url message.AMessengerImageUrlMessageSentEvent
provides all information about the image url message sent by an external system.AMessengerMessageEvent
provides all information about a messenger message event.AMessengerMessageReceivedEvent
provides all information about a received messenger message event.AMessengerMessageReceivedFailedEvent
provides all information about a messenger message that was not received successfully.AMessengerMessageReceivedSuccessfulEvent
provides all information about a messenger message that was received successfully.AMessengerMessageSentEvent
provides all information about a sent messenger message event.AMessengerMessageStatusEvent
signals that a message status has been received.AMessengerRawMessageReceivedEvent
provides all information about the received raw message.AMessengerRawMessageSentEvent
provides all information about the raw message sent by an external system.AMessengerReadMessageEvent
signals that a specific messenger message has been read.AMessengerSendMessageFailedEvent
provides all information about a messenger message that failed to be sent.AMessengerSentMessageEvent
signals that a specific messenger message has been sent.AMessengerStatusReceivedFailedEvent
provides all information about a messenger status event that was not received successfully.AMessengerStatusReceivedSuccessfulEvent
provides all information about a messenger status event that was received successfully.AMessengerTextMessageReceivedEvent
provides all information about the received text message.AMessengerTextMessageSentEvent
provides all information about the text message sent by an external system.AMessengerVideoDataMessageReceivedEvent
provides all information about the received video data message.AMessengerVideoDataMessageSentEvent
provides all information about the video data message sent by an external system.AMessengerVideoUrlMessageReceivedEvent
provides all information about the received video url message.AMessengerVideoUrlMessageSentEvent
provides all information about the video url message sent by an external system.