Class WebChatDeployment

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

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

    • WebChatDeployment

      public WebChatDeployment()
    • WebChatDeployment

      public WebChatDeployment(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public WebChatDeployment name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public WebChatDeployment description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • authenticationRequired

      public WebChatDeployment authenticationRequired(Boolean authenticationRequired)
    • getAuthenticationRequired

      public Boolean getAuthenticationRequired()
    • setAuthenticationRequired

      public void setAuthenticationRequired(Boolean authenticationRequired)
    • authenticationUrl

      public WebChatDeployment authenticationUrl(String authenticationUrl)
      URL for third party service authenticating web chat clients. See https://github.com/MyPureCloud/authenticated-web-chat-server-examples
    • getAuthenticationUrl

      public String getAuthenticationUrl()
    • setAuthenticationUrl

      public void setAuthenticationUrl(String authenticationUrl)
    • disabled

      public WebChatDeployment disabled(Boolean disabled)
    • getDisabled

      public Boolean getDisabled()
    • setDisabled

      public void setDisabled(Boolean disabled)
    • webChatConfig

      public WebChatDeployment webChatConfig(WebChatConfig webChatConfig)
    • getWebChatConfig

      public WebChatConfig getWebChatConfig()
    • setWebChatConfig

      public void setWebChatConfig(WebChatConfig webChatConfig)
    • allowedDomains

      public WebChatDeployment allowedDomains(List<String> allowedDomains)
    • getAllowedDomains

      public List<String> getAllowedDomains()
    • setAllowedDomains

      public void setAllowedDomains(List<String> allowedDomains)
    • flow

      public WebChatDeployment flow(DomainEntityRef flow)
      The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.
    • getFlow

      public DomainEntityRef getFlow()
    • setFlow

      public void setFlow(DomainEntityRef flow)
    • getSelfUri

      public String getSelfUri()
    • 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