Package com.mypurecloud.sdk.v2.model
Class WebChatDeployment
java.lang.Object
com.mypurecloud.sdk.v2.model.WebChatDeployment
- All Implemented Interfaces:
Serializable
WebChatDeployment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedDomains(List<String> allowedDomains) authenticationRequired(Boolean authenticationRequired) authenticationUrl(String authenticationUrl) URL for third party service authenticating web chat clients.description(String description) booleanflow(DomainEntityRef flow) The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.getFlow()getId()getName()inthashCode()voidsetAllowedDomains(List<String> allowedDomains) voidsetAuthenticationRequired(Boolean authenticationRequired) voidsetAuthenticationUrl(String authenticationUrl) voidsetDescription(String description) voidsetDisabled(Boolean disabled) voidsetFlow(DomainEntityRef flow) voidvoidsetWebChatConfig(WebChatConfig webChatConfig) toString()webChatConfig(WebChatConfig webChatConfig)
-
Constructor Details
-
WebChatDeployment
public WebChatDeployment() -
WebChatDeployment
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
authenticationRequired
-
getAuthenticationRequired
-
setAuthenticationRequired
-
authenticationUrl
URL for third party service authenticating web chat clients. See https://github.com/MyPureCloud/authenticated-web-chat-server-examples -
getAuthenticationUrl
-
setAuthenticationUrl
-
disabled
-
getDisabled
-
setDisabled
-
webChatConfig
-
getWebChatConfig
-
setWebChatConfig
-
allowedDomains
-
getAllowedDomains
-
setAllowedDomains
-
flow
The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment. -
getFlow
-
setFlow
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-