Package com.mypurecloud.sdk.v2.model
Class PatchActionProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchActionProperties
- All Implemented Interfaces:
Serializable
PatchActionProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetWebchatAcceptText(String webchatAcceptText) voidsetWebchatDeclineText(String webchatDeclineText) voidsetWebchatPrompt(String webchatPrompt) voidsetWebchatSurvey(PatchActionSurvey 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(PatchActionSurvey 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
-
PatchActionProperties
public PatchActionProperties() -
PatchActionProperties
-
-
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
-