@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() |
| Modifier and Type | Method and Description |
|---|---|
RealtimeContactAnalysisSegment |
clone() |
boolean |
equals(Object obj) |
Categories |
getCategories()
The matched category rules.
|
Transcript |
getTranscript()
The analyzed transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategories(Categories categories)
The matched category rules.
|
void |
setTranscript(Transcript transcript)
The analyzed transcript.
|
String |
toString()
Returns a string representation of this object.
|
RealtimeContactAnalysisSegment |
withCategories(Categories categories)
The matched category rules.
|
RealtimeContactAnalysisSegment |
withTranscript(Transcript transcript)
The analyzed transcript.
|
public void setTranscript(Transcript transcript)
The analyzed transcript.
transcript - The analyzed transcript.public Transcript getTranscript()
The analyzed transcript.
public RealtimeContactAnalysisSegment withTranscript(Transcript transcript)
The analyzed transcript.
transcript - The analyzed transcript.public void setCategories(Categories categories)
The matched category rules.
categories - The matched category rules.public Categories getCategories()
The matched category rules.
public RealtimeContactAnalysisSegment withCategories(Categories categories)
The matched category rules.
categories - The matched category rules.public String toString()
toString in class ObjectObject.toString()public RealtimeContactAnalysisSegment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.