@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealtimeContactAnalysisSegment extends Object implements Serializable, Cloneable, StructuredPojo
An analyzed segment for a real-time analysis session.
Constructor and Description |
---|
RealtimeContactAnalysisSegment() |
public void setTranscript(RealTimeContactAnalysisSegmentTranscript transcript)
transcript
- public RealTimeContactAnalysisSegmentTranscript getTranscript()
public RealtimeContactAnalysisSegment withTranscript(RealTimeContactAnalysisSegmentTranscript transcript)
transcript
- public void setCategories(RealTimeContactAnalysisSegmentCategories categories)
categories
- public RealTimeContactAnalysisSegmentCategories getCategories()
public RealtimeContactAnalysisSegment withCategories(RealTimeContactAnalysisSegmentCategories categories)
categories
- public void setIssues(RealTimeContactAnalysisSegmentIssues issues)
issues
- public RealTimeContactAnalysisSegmentIssues getIssues()
public RealtimeContactAnalysisSegment withIssues(RealTimeContactAnalysisSegmentIssues issues)
issues
- public void setEvent(RealTimeContactAnalysisSegmentEvent event)
event
- public RealTimeContactAnalysisSegmentEvent getEvent()
public RealtimeContactAnalysisSegment withEvent(RealTimeContactAnalysisSegmentEvent event)
event
- public void setAttachments(RealTimeContactAnalysisSegmentAttachments attachments)
The analyzed attachments.
attachments
- The analyzed attachments.public RealTimeContactAnalysisSegmentAttachments getAttachments()
The analyzed attachments.
public RealtimeContactAnalysisSegment withAttachments(RealTimeContactAnalysisSegmentAttachments attachments)
The analyzed attachments.
attachments
- The analyzed attachments.public void setPostContactSummary(RealTimeContactAnalysisSegmentPostContactSummary postContactSummary)
Information about the post-contact summary.
postContactSummary
- Information about the post-contact summary.public RealTimeContactAnalysisSegmentPostContactSummary getPostContactSummary()
Information about the post-contact summary.
public RealtimeContactAnalysisSegment withPostContactSummary(RealTimeContactAnalysisSegmentPostContactSummary postContactSummary)
Information about the post-contact summary.
postContactSummary
- Information about the post-contact summary.public String toString()
toString
in class Object
Object.toString()
public RealtimeContactAnalysisSegment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.