Package com.mypurecloud.sdk.v2.model
Class ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
- All Implemented Interfaces:
Serializable
public class ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
extends Object
implements Serializable
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversationKnowledgeSearchSuggestionsTopicSuggestedIntent(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionconfidence(BigDecimal confidence) booleaninthashCode()voidsetConfidence(BigDecimal confidence) voidsetDetectedSlots(List<ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot> detectedSlots) voidvoidsetIntentId(String intentId) toString()
-
Constructor Details
-
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
public ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent() -
ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent
-
-
Method Details
-
intent
-
getIntent
-
setIntent
-
intentId
-
getIntentId
-
setIntentId
-
confidence
-
getConfidence
-
setConfidence
-
detectedSlots
public ConversationKnowledgeSearchSuggestionsTopicSuggestedIntent detectedSlots(List<ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot> detectedSlots) -
getDetectedSlots
-
setDetectedSlots
public void setDetectedSlots(List<ConversationKnowledgeSearchSuggestionsTopicSuggestedIntentSlot> detectedSlots) -
equals
-
hashCode
public int hashCode() -
toString
-