Package com.mypurecloud.sdk.v2.model
Class ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
- All Implemented Interfaces:
Serializable
public class ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
extends Object
implements Serializable
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionentityType(String entityType) booleaninthashCode()probability(BigDecimal probability) voidsetEntityType(String entityType) voidsetProbability(BigDecimal probability) voidsetSlotName(String slotName) voidsetSlotValue(String slotValue) toString()
-
Constructor Details
-
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
public ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot() -
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot
-
-
Method Details
-
slotName
-
getSlotName
-
setSlotName
-
entityType
-
getEntityType
-
setEntityType
-
slotValue
-
getSlotValue
-
setSlotValue
-
probability
public ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot probability(BigDecimal probability) -
getProbability
-
setProbability
-
equals
-
hashCode
public int hashCode() -
toString
-