Uses of Class
com.mypurecloud.sdk.v2.model.PatchActionProperties
Packages that use PatchActionProperties
-
Uses of PatchActionProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchActionPropertiesModifier and TypeMethodDescriptionPatchAction.getProps()PatchActionProperties.webchatAcceptText(String webchatAcceptText) Accept button text shown to user, used for webchat type action.PatchActionProperties.webchatDeclineText(String webchatDeclineText) Decline button text shown to user, used for webchat type action.PatchActionProperties.webchatPrompt(String webchatPrompt) Prompt message shown to user, used for webchat type action.PatchActionProperties.webchatSurvey(PatchActionSurvey webchatSurvey) Survey provided to the user, used for webchat type action.PatchActionProperties.webchatTitleText(String webchatTitleText) Title shown to the user, used for webchat type action.Methods in com.mypurecloud.sdk.v2.model with parameters of type PatchActionPropertiesModifier and TypeMethodDescriptionPatchAction.props(PatchActionProperties props) Deprecated.voidPatchAction.setProps(PatchActionProperties props)