Uses of Class
cloud.genesys.webmessaging.sdk.model.WebMessagingMessage
Packages that use WebMessagingMessage
-
Uses of WebMessagingMessage in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return WebMessagingMessageModifier and TypeMethodDescriptionWebMessagingMessage.channel(WebMessagingChannel channel) Channel-specific information that describes the message and the message channel/provider.WebMessagingMessage.content(List<WebMessagingContent> content) List of content elements.WebMessagingMessage.direction(WebMessagingMessage.DirectionEnum direction) The direction of the message.WebMessagingMessage.events(List<WebMessagingEvent> events) List of event elements.Unique ID of the message.Additional metadata about this message.WebMessagingMessage.originatingEntity(WebMessagingMessage.OriginatingEntityEnum originatingEntity) Specifies if this message was sent by a human agent or bot.Message text.WebMessagingMessage.type(WebMessagingMessage.TypeEnum type) Message type.Methods in cloud.genesys.webmessaging.sdk.model that return types with arguments of type WebMessagingMessageMethod parameters in cloud.genesys.webmessaging.sdk.model with type arguments of type WebMessagingMessageModifier and TypeMethodDescriptionWebMessagingMessageEntityList.entities(List<WebMessagingMessage> entities) voidWebMessagingMessageEntityList.setEntities(List<WebMessagingMessage> entities)