Uses of Class
com.mypurecloud.sdk.v2.model.ConversationIntentSuggestionsTopicSuggestedIntent
Packages that use ConversationIntentSuggestionsTopicSuggestedIntent
-
Uses of ConversationIntentSuggestionsTopicSuggestedIntent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationIntentSuggestionsTopicSuggestedIntentModifier and TypeMethodDescriptionConversationIntentSuggestionsTopicSuggestedIntent.confidence(BigDecimal confidence) ConversationIntentSuggestionsTopicSuggestedIntent.detectedSlots(List<ConversationIntentSuggestionsTopicSuggestedIntentSlot> detectedSlots) ConversationIntentSuggestionsTopicIntentSuggestionEvent.getActiveIntent()Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationIntentSuggestionsTopicSuggestedIntentModifier and TypeMethodDescriptionConversationIntentSuggestionsTopicIntentSuggestionEvent.getConversationIntents()Methods in com.mypurecloud.sdk.v2.model with parameters of type ConversationIntentSuggestionsTopicSuggestedIntentModifier and TypeMethodDescriptionConversationIntentSuggestionsTopicIntentSuggestionEvent.activeIntent(ConversationIntentSuggestionsTopicSuggestedIntent activeIntent) voidConversationIntentSuggestionsTopicIntentSuggestionEvent.setActiveIntent(ConversationIntentSuggestionsTopicSuggestedIntent activeIntent) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationIntentSuggestionsTopicSuggestedIntentModifier and TypeMethodDescriptionConversationIntentSuggestionsTopicIntentSuggestionEvent.conversationIntents(Map<String, ConversationIntentSuggestionsTopicSuggestedIntent> conversationIntents) voidConversationIntentSuggestionsTopicIntentSuggestionEvent.setConversationIntents(Map<String, ConversationIntentSuggestionsTopicSuggestedIntent> conversationIntents)