Package com.mypurecloud.sdk.v2.model
Class KnowledgeGuestSearchClientApplication
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeGuestSearchClientApplication
- All Implemented Interfaces:
Serializable
KnowledgeGuestSearchClientApplication
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumApplication type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassistant(EntityReference assistant) Application details when type is Assistant.botFlow(EntityReference botFlow) Application details when type is BotFlow.deployment(EntityReference deployment) Application details when type is MessengerKnowledgeApp or SupportCenter.booleangetType()inthashCode()voidsetAssistant(EntityReference assistant) voidsetBotFlow(EntityReference botFlow) voidsetDeployment(EntityReference deployment) voidtoString()Application type.
-
Constructor Details
-
KnowledgeGuestSearchClientApplication
public KnowledgeGuestSearchClientApplication() -
KnowledgeGuestSearchClientApplication
-
-
Method Details
-
type
public KnowledgeGuestSearchClientApplication type(KnowledgeGuestSearchClientApplication.TypeEnum type) Application type. -
getType
-
setType
-
deployment
Application details when type is MessengerKnowledgeApp or SupportCenter. -
getDeployment
-
setDeployment
-
botFlow
Application details when type is BotFlow. -
getBotFlow
-
setBotFlow
-
assistant
Application details when type is Assistant. -
getAssistant
-
setAssistant
-
equals
-
hashCode
public int hashCode() -
toString
-