@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealTimeContactAnalysisPointOfInterest extends Object implements Serializable, Cloneable, StructuredPojo
The section of the contact transcript segment that category rule was detected.
Constructor and Description |
---|
RealTimeContactAnalysisPointOfInterest() |
Modifier and Type | Method and Description |
---|---|
RealTimeContactAnalysisPointOfInterest |
clone() |
boolean |
equals(Object obj) |
List<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> |
getTranscriptItems()
List of the transcript items (segments) that are associated with a given point of interest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
String |
toString()
Returns a string representation of this object.
|
RealTimeContactAnalysisPointOfInterest |
withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
RealTimeContactAnalysisPointOfInterest |
withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithCharacterOffsets... transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
|
public RealTimeContactAnalysisPointOfInterest()
public List<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> getTranscriptItems()
List of the transcript items (segments) that are associated with a given point of interest.
public void setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
transcriptItems
- List of the transcript items (segments) that are associated with a given point of interest.public RealTimeContactAnalysisPointOfInterest withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithCharacterOffsets... transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
NOTE: This method appends the values to the existing list (if any). Use
setTranscriptItems(java.util.Collection)
or withTranscriptItems(java.util.Collection)
if you
want to override the existing values.
transcriptItems
- List of the transcript items (segments) that are associated with a given point of interest.public RealTimeContactAnalysisPointOfInterest withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithCharacterOffsets> transcriptItems)
List of the transcript items (segments) that are associated with a given point of interest.
transcriptItems
- List of the transcript items (segments) that are associated with a given point of interest.public String toString()
toString
in class Object
Object.toString()
public RealTimeContactAnalysisPointOfInterest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.