Package com.mypurecloud.sdk.v2.model
Class ActionProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionProperties
- All Implemented Interfaces:
Serializable
ActionProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetWebchatAcceptText(String webchatAcceptText) voidsetWebchatDeclineText(String webchatDeclineText) voidsetWebchatPrompt(String webchatPrompt) voidsetWebchatSurvey(ActionSurvey webchatSurvey) voidsetWebchatTitleText(String webchatTitleText) toString()webchatAcceptText(String webchatAcceptText) Accept button text shown to user, used for webchat type action.webchatDeclineText(String webchatDeclineText) Decline button text shown to user, used for webchat type action.webchatPrompt(String webchatPrompt) Prompt message shown to user, used for webchat type action.webchatSurvey(ActionSurvey webchatSurvey) Survey provided to the user, used for webchat type action.webchatTitleText(String webchatTitleText) Title shown to the user, used for webchat type action.
-
Constructor Details
-
ActionProperties
public ActionProperties() -
ActionProperties
-
-
Method Details
-
webchatPrompt
Prompt message shown to user, used for webchat type action. -
getWebchatPrompt
-
setWebchatPrompt
-
webchatTitleText
Title shown to the user, used for webchat type action. -
getWebchatTitleText
-
setWebchatTitleText
-
webchatAcceptText
Accept button text shown to user, used for webchat type action. -
getWebchatAcceptText
-
setWebchatAcceptText
-
webchatDeclineText
Decline button text shown to user, used for webchat type action. -
getWebchatDeclineText
-
setWebchatDeclineText
-
webchatSurvey
Survey provided to the user, used for webchat type action. -
getWebchatSurvey
-
setWebchatSurvey
-
equals
-
hashCode
public int hashCode() -
toString
-