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