Uses of Enum Class
com.mypurecloud.sdk.v2.model.WebChatMessage.BodyTypeEnum
Packages that use WebChatMessage.BodyTypeEnum
-
Uses of WebChatMessage.BodyTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatMessage.BodyTypeEnumModifier and TypeMethodDescriptionstatic WebChatMessage.BodyTypeEnumWebChatMessage.BodyTypeEnum.fromString(String key) WebChatMessage.getBodyType()static WebChatMessage.BodyTypeEnumReturns the enum constant of this class with the specified name.static WebChatMessage.BodyTypeEnum[]WebChatMessage.BodyTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type WebChatMessage.BodyTypeEnumModifier and TypeMethodDescriptionWebChatMessage.bodyType(WebChatMessage.BodyTypeEnum bodyType) The purpose of the message within the conversation, such as a standard text entry versus a greeting.voidWebChatMessage.setBodyType(WebChatMessage.BodyTypeEnum bodyType)