Package com.mypurecloud.sdk.v2.model
Class ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
- All Implemented Interfaces:
Serializable
public class ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
extends Object
implements Serializable
ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets engagementTypestatic enumGets or Sets statestatic enumGets or Sets triggerType -
Constructor Summary
ConstructorsConstructorDescriptionConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) engagementType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.EngagementTypeEnum engagementType) booleangetState()inthashCode()voidvoidvoidsetConversationId(String conversationId) voidsetEngagementType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.EngagementTypeEnum engagementType) voidsetEventTime(Date eventTime) voidvoidsetState(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.StateEnum state) voidsetSuggestionId(String suggestionId) voidsetThirdPartySuggestion(ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestion thirdPartySuggestion) voidsetTriggerType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.TriggerTypeEnum triggerType) suggestionId(String suggestionId) thirdPartySuggestion(ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestion thirdPartySuggestion) toString()triggerType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.TriggerTypeEnum triggerType)
-
Constructor Details
-
ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent() -
ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent(Boolean initWithEmptyList)
-
-
Method Details
-
eventTime
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent eventTime(Date eventTime) -
getEventTime
-
setEventTime
-
conversationId
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent conversationId(String conversationId) -
getConversationId
-
setConversationId
-
suggestionId
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent suggestionId(String suggestionId) -
getSuggestionId
-
setSuggestionId
-
state
-
getState
-
setState
public void setState(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.StateEnum state) -
triggerType
-
getTriggerType
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.TriggerTypeEnum getTriggerType() -
setTriggerType
public void setTriggerType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.TriggerTypeEnum triggerType) -
engagementType
-
getEngagementType
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.EngagementTypeEnum getEngagementType() -
setEngagementType
public void setEngagementType(ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent.EngagementTypeEnum engagementType) -
feedback
-
getFeedback
-
setFeedback
-
activeIntent
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent activeIntent(ConversationThirdPartyActionSuggestionsTopicSuggestedIntent activeIntent) -
getActiveIntent
-
setActiveIntent
public void setActiveIntent(ConversationThirdPartyActionSuggestionsTopicSuggestedIntent activeIntent) -
context
-
getContext
-
setContext
-
thirdPartySuggestion
public ConversationThirdPartyActionSuggestionsTopicThirdPartyActionSuggestionEvent thirdPartySuggestion(ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestion thirdPartySuggestion) -
getThirdPartySuggestion
-
setThirdPartySuggestion
public void setThirdPartySuggestion(ConversationThirdPartyActionSuggestionsTopicThirdPartySuggestion thirdPartySuggestion) -
equals
-
hashCode
public int hashCode() -
toString
-