Uses of Class
com.mypurecloud.sdk.v2.model.OpenMessagingChannel
Packages that use OpenMessagingChannel
-
Uses of OpenMessagingChannel in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OpenMessagingChannelModifier and TypeMethodDescriptionOpenMessagingChannel.from(OpenMessagingFromRecipient from) Information about the recipient the message is received from.OpenEventNormalizedMessage.getChannel()OpenMessageNormalizedMessage.getChannel()OpenNormalizedMessage.getChannel()OpenReceiptNormalizedMessage.getChannel()OpenStructuredResponseNormalizedMessage.getChannel()Unique provider ID of the message such as a Facebook message ID.OpenMessagingChannel.metadata(ConversationChannelMetadata metadata) Information about the channel.Original time of the event.OpenMessagingChannel.to(OpenMessagingToRecipient to) Information about the recipient the message is sent to.OpenMessagingChannel.type(OpenMessagingChannel.TypeEnum type) Specifies if this message is part of a private or public conversation.Methods in com.mypurecloud.sdk.v2.model with parameters of type OpenMessagingChannelModifier and TypeMethodDescriptionOpenEventNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenMessageNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenReceiptNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.OpenStructuredResponseNormalizedMessage.channel(OpenMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.voidOpenEventNormalizedMessage.setChannel(OpenMessagingChannel channel) voidOpenMessageNormalizedMessage.setChannel(OpenMessagingChannel channel) voidOpenNormalizedMessage.setChannel(OpenMessagingChannel channel) voidOpenReceiptNormalizedMessage.setChannel(OpenMessagingChannel channel) voidOpenStructuredResponseNormalizedMessage.setChannel(OpenMessagingChannel channel)