Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.ConversationWebhookEvent
Package
Description
Conversation API interface for V1 endpoints
Conversation models for
webhooks events
sent onto callbacksConversation models for
CAPABILITY
sent onto callbacksConversation models for
CHANNEL
sent onto callbacksConversation models for
CONTACT
sent onto callbacksConversation models for
CONVERSATION
sent onto callbacksConversation models for
DELIVERY
sent onto callbacksConversation models for
INBOUND
sent onto callbacksConversation models for
MESSAGE
sent onto callbacksConversation models for
OPT-IN/OPT-OUT
sent onto callbacksConversation models for
RECORD
sent onto callbacksConversation models for
SMART CONVERSATIONS
sent onto callbacksConversation models for
UNSUPPORTED
sent onto callbacks-
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.api.v1
Modifier and TypeMethodDescriptionWebHooksService.parseEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback onto proper java verification event class -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events
-
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.capability
Modifier and TypeInterfaceDescriptioninterface
This callback is used to deliver the results of the asynchronous capability checks. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.channel
Modifier and TypeInterfaceDescriptioninterface
This callback is used to deliver notifications regarding channel-specific information and updates. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.contact
Modifier and TypeInterfaceDescriptioninterface
This callback is sent when a new contact is created.interface
This callback is sent when a new contact is deleted.interface
This callback is sent when duplicates of channel identities are found between multiple contacts in the contact database during message and event processing.interface
This callback is sent when two contacts are merged.interface
This callback is sent when a new contact is updated. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.conversation
Modifier and TypeInterfaceDescriptioninterface
This callback is sent when a conversation between the subscribed app and a contact is deleted.interface
This callback is sent when a new conversation between the subscribed app and a contact is started.interface
This callback is sent when a conversation between the subscribed app and a contact is stopped. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.delivery
Modifier and TypeInterfaceDescriptioninterface
EventDeliveryReceiptEventinterface
This callback notifies the API clients about status changes of already sent app message. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.inbound
-
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.message
Modifier and TypeInterfaceDescriptioninterface
This callback delivers contact (end-user) messages to the API clients.interface
This callback provides a notification to the API clients that the corresponding app message was submitted to a channel. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.opting
Modifier and TypeInterfaceDescriptioninterface
This callback is used to deliver opt-in notifications from the channels.interface
This callback is used to deliver opt-out notifications from the channels. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.record
-
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Modifier and TypeInterfaceDescriptioninterface
This callback delivers contact (end-user) messages to the API clients.interface
When using the Smart Conversations functionality, Machine Learning and Artificial Intelligence analyses are delivered through specific callbacks on the Conversation API. -
Uses of ConversationWebhookEvent in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.unsupported
Modifier and TypeInterfaceDescriptioninterface
Some of the callbacks received from the underlying channels might be specific to a single channel or may not have a proper mapping in Conversation API yet.