Package com.mypurecloud.sdk.v2.model
Class V3KnowledgeSearchClientApplication
java.lang.Object
com.mypurecloud.sdk.v2.model.V3KnowledgeSearchClientApplication
- All Implemented Interfaces:
Serializable
V3KnowledgeSearchClientApplication
- 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.booleangetType()inthashCode()voidsetAssistant(AddressableEntityRef assistant) voidsetBotFlow(AddressableEntityRef botFlow) voidtoString()Application type.
-
Constructor Details
-
V3KnowledgeSearchClientApplication
public V3KnowledgeSearchClientApplication() -
V3KnowledgeSearchClientApplication
-
-
Method Details
-
type
Application type. -
getType
-
setType
-
botFlow
Application details when type is BotFlow. -
getBotFlow
-
setBotFlow
-
assistant
Application details when type is Assistant. -
getAssistant
-
setAssistant
-
equals
-
hashCode
public int hashCode() -
toString
-