Uses of Enum Class
com.mypurecloud.sdk.v2.model.CreateWebChatMessageRequest.BodyTypeEnum
Packages that use CreateWebChatMessageRequest.BodyTypeEnum
-
Uses of CreateWebChatMessageRequest.BodyTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateWebChatMessageRequest.BodyTypeEnumModifier and TypeMethodDescriptionCreateWebChatMessageRequest.BodyTypeEnum.fromString(String key) CreateWebChatMessageRequest.getBodyType()Returns the enum constant of this class with the specified name.CreateWebChatMessageRequest.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 CreateWebChatMessageRequest.BodyTypeEnumModifier and TypeMethodDescriptionCreateWebChatMessageRequest.bodyType(CreateWebChatMessageRequest.BodyTypeEnum bodyType) The purpose of the message within the conversation, such as a standard text entry versus a greeting.voidCreateWebChatMessageRequest.setBodyType(CreateWebChatMessageRequest.BodyTypeEnum bodyType)