Package com.mypurecloud.sdk.v2.model
Class ConversationSummaryTopicVirtualAgentsTriggerSource
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationSummaryTopicVirtualAgentsTriggerSource
- All Implemented Interfaces:
Serializable
public class ConversationSummaryTopicVirtualAgentsTriggerSource
extends Object
implements Serializable
ConversationSummaryTopicVirtualAgentsTriggerSource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets sourceOutcomestatic enumGets or Sets sourceType -
Constructor Summary
ConstructorsConstructorDescriptionConversationSummaryTopicVirtualAgentsTriggerSource(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceId(String sourceId) voidsetSourceOutcome(ConversationSummaryTopicVirtualAgentsTriggerSource.SourceOutcomeEnum sourceOutcome) voidtoString()
-
Constructor Details
-
ConversationSummaryTopicVirtualAgentsTriggerSource
public ConversationSummaryTopicVirtualAgentsTriggerSource() -
ConversationSummaryTopicVirtualAgentsTriggerSource
-
-
Method Details
-
sourceType
public ConversationSummaryTopicVirtualAgentsTriggerSource sourceType(ConversationSummaryTopicVirtualAgentsTriggerSource.SourceTypeEnum sourceType) -
getSourceType
-
setSourceType
public void setSourceType(ConversationSummaryTopicVirtualAgentsTriggerSource.SourceTypeEnum sourceType) -
sourceId
-
getSourceId
-
setSourceId
-
sourceOutcome
public ConversationSummaryTopicVirtualAgentsTriggerSource sourceOutcome(ConversationSummaryTopicVirtualAgentsTriggerSource.SourceOutcomeEnum sourceOutcome) -
getSourceOutcome
-
setSourceOutcome
public void setSourceOutcome(ConversationSummaryTopicVirtualAgentsTriggerSource.SourceOutcomeEnum sourceOutcome) -
equals
-
hashCode
public int hashCode() -
toString
-