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