Package com.mypurecloud.sdk.v2.model
Class KnowledgeSearchClientApplication
java.lang.Object
com.mypurecloud.sdk.v2.model.KnowledgeSearchClientApplication
- All Implemented Interfaces:
Serializable
KnowledgeSearchClientApplication
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumApplication type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassistant(AddressableEntityRef assistant) Application details when type is Assistant.botFlow(AddressableEntityRef botFlow) Application details when type is BotFlow.deployment(AddressableEntityRef deployment) Application details when type is MessengerKnowledgeApp or SupportCenter.booleangetType()inthashCode()voidsetAssistant(AddressableEntityRef assistant) voidsetBotFlow(AddressableEntityRef botFlow) voidsetDeployment(AddressableEntityRef deployment) voidtoString()Application type.
-
Constructor Details
-
KnowledgeSearchClientApplication
public KnowledgeSearchClientApplication() -
KnowledgeSearchClientApplication
-
-
Method Details
-
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
-