Uses of Class
com.mypurecloud.sdk.v2.model.ConversationNormalizedMessage
Packages that use ConversationNormalizedMessage
-
Uses of ConversationNormalizedMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationNormalizedMessageModifier and TypeMethodDescriptionConversationNormalizedMessage.byoSmsIntegrationId(String byoSmsIntegrationId) The internal id representing the customer supplied sms integration message.ConversationNormalizedMessage.content(List<ConversationMessageContent> content) List of content elements.ConversationNormalizedMessage.enrichment(ConversationEnrichment enrichment) Metadata enrichments provided by the platform.ConversationNormalizedMessage.events(List<ConversationMessageEvent> events) List of event elements.InternalMessageData.getNormalizedMessage()MessageData.getNormalizedMessage()SocialMediaDetailMessageContainer.getNormalizedMessage()SocialMediaMessageData.getNormalizedMessage()Additional metadata about this message.ConversationNormalizedMessage.originatingEntity(ConversationNormalizedMessage.OriginatingEntityEnum originatingEntity) Specifies if this message was sent by a human agent or bot.ConversationNormalizedMessage.relatedMessages(List<ConversationNormalizedMessage> relatedMessages) A list of messages related to this one.Message text.ConversationNormalizedMessage.type(ConversationNormalizedMessage.TypeEnum type) Message type.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationNormalizedMessageModifier and TypeMethodDescriptionMessageData.getNormalizedReceipts()SocialMediaMessageData.getNormalizedReceipts()ConversationNormalizedMessage.getRelatedMessages()Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationNormalizedMessageModifier and TypeMethodDescriptionSocialMediaDetailMessageContainer.normalizedMessage(ConversationNormalizedMessage normalizedMessage) voidSocialMediaDetailMessageContainer.setNormalizedMessage(ConversationNormalizedMessage normalizedMessage) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationNormalizedMessageModifier and TypeMethodDescriptionConversationNormalizedMessage.relatedMessages(List<ConversationNormalizedMessage> relatedMessages) A list of messages related to this one.voidConversationNormalizedMessage.setRelatedMessages(List<ConversationNormalizedMessage> relatedMessages)