Class PatchActionProperties

java.lang.Object
com.mypurecloud.sdk.v2.model.PatchActionProperties
All Implemented Interfaces:
Serializable

public class PatchActionProperties extends Object implements Serializable
PatchActionProperties
See Also:
  • Constructor Details

    • PatchActionProperties

      public PatchActionProperties()
    • PatchActionProperties

      public PatchActionProperties(Boolean initWithEmptyList)
  • Method Details

    • webchatPrompt

      public PatchActionProperties webchatPrompt(String webchatPrompt)
      Prompt message shown to user, used for webchat type action.
    • getWebchatPrompt

      public String getWebchatPrompt()
    • setWebchatPrompt

      public void setWebchatPrompt(String webchatPrompt)
    • webchatTitleText

      public PatchActionProperties webchatTitleText(String webchatTitleText)
      Title shown to the user, used for webchat type action.
    • getWebchatTitleText

      public String getWebchatTitleText()
    • setWebchatTitleText

      public void setWebchatTitleText(String webchatTitleText)
    • webchatAcceptText

      public PatchActionProperties webchatAcceptText(String webchatAcceptText)
      Accept button text shown to user, used for webchat type action.
    • getWebchatAcceptText

      public String getWebchatAcceptText()
    • setWebchatAcceptText

      public void setWebchatAcceptText(String webchatAcceptText)
    • webchatDeclineText

      public PatchActionProperties webchatDeclineText(String webchatDeclineText)
      Decline button text shown to user, used for webchat type action.
    • getWebchatDeclineText

      public String getWebchatDeclineText()
    • setWebchatDeclineText

      public void setWebchatDeclineText(String webchatDeclineText)
    • webchatSurvey

      public PatchActionProperties webchatSurvey(PatchActionSurvey webchatSurvey)
      Survey provided to the user, used for webchat type action.
    • getWebchatSurvey

      public PatchActionSurvey getWebchatSurvey()
    • setWebchatSurvey

      public void setWebchatSurvey(PatchActionSurvey webchatSurvey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object