@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RealTimeContactAnalysisIssueDetected extends Object implements Serializable, Cloneable, StructuredPojo
Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.
Constructor and Description |
---|
RealTimeContactAnalysisIssueDetected() |
Modifier and Type | Method and Description |
---|---|
RealTimeContactAnalysisIssueDetected |
clone() |
boolean |
equals(Object obj) |
List<RealTimeContactAnalysisTranscriptItemWithContent> |
getTranscriptItems()
List of the transcript items (segments) that are associated with a given issue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
String |
toString()
Returns a string representation of this object.
|
RealTimeContactAnalysisIssueDetected |
withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
RealTimeContactAnalysisIssueDetected |
withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithContent... transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
|
public RealTimeContactAnalysisIssueDetected()
public List<RealTimeContactAnalysisTranscriptItemWithContent> getTranscriptItems()
List of the transcript items (segments) that are associated with a given issue.
public void setTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
transcriptItems
- List of the transcript items (segments) that are associated with a given issue.public RealTimeContactAnalysisIssueDetected withTranscriptItems(RealTimeContactAnalysisTranscriptItemWithContent... transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
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 issue.public RealTimeContactAnalysisIssueDetected withTranscriptItems(Collection<RealTimeContactAnalysisTranscriptItemWithContent> transcriptItems)
List of the transcript items (segments) that are associated with a given issue.
transcriptItems
- List of the transcript items (segments) that are associated with a given issue.public String toString()
toString
in class Object
Object.toString()
public RealTimeContactAnalysisIssueDetected clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.