@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRealtimeContactAnalysisSegmentsV2Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListRealtimeContactAnalysisSegmentsV2Result() |
| Modifier and Type | Method and Description |
|---|---|
ListRealtimeContactAnalysisSegmentsV2Result |
clone() |
boolean |
equals(Object obj) |
String |
getChannel()
The channel of the contact.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<RealtimeContactAnalysisSegment> |
getSegments()
An analyzed transcript or category.
|
String |
getStatus()
Status of real-time contact analysis.
|
int |
hashCode() |
void |
setChannel(String channel)
The channel of the contact.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
|
void |
setStatus(String status)
Status of real-time contact analysis.
|
String |
toString()
Returns a string representation of this object.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withChannel(RealTimeContactAnalysisSupportedChannel channel)
The channel of the contact.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withChannel(String channel)
The channel of the contact.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withSegments(RealtimeContactAnalysisSegment... segments)
An analyzed transcript or category.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withStatus(RealTimeContactAnalysisStatus status)
Status of real-time contact analysis.
|
ListRealtimeContactAnalysisSegmentsV2Result |
withStatus(String status)
Status of real-time contact analysis.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListRealtimeContactAnalysisSegmentsV2Result()
public void setChannel(String channel)
The channel of the contact. Voice will not be returned.
channel - The channel of the contact. Voice will not be returned.RealTimeContactAnalysisSupportedChannelpublic String getChannel()
The channel of the contact. Voice will not be returned.
Voice will not be returned.RealTimeContactAnalysisSupportedChannelpublic ListRealtimeContactAnalysisSegmentsV2Result withChannel(String channel)
The channel of the contact. Voice will not be returned.
channel - The channel of the contact. Voice will not be returned.RealTimeContactAnalysisSupportedChannelpublic ListRealtimeContactAnalysisSegmentsV2Result withChannel(RealTimeContactAnalysisSupportedChannel channel)
The channel of the contact. Voice will not be returned.
channel - The channel of the contact. Voice will not be returned.RealTimeContactAnalysisSupportedChannelpublic void setStatus(String status)
Status of real-time contact analysis.
status - Status of real-time contact analysis.RealTimeContactAnalysisStatuspublic String getStatus()
Status of real-time contact analysis.
RealTimeContactAnalysisStatuspublic ListRealtimeContactAnalysisSegmentsV2Result withStatus(String status)
Status of real-time contact analysis.
status - Status of real-time contact analysis.RealTimeContactAnalysisStatuspublic ListRealtimeContactAnalysisSegmentsV2Result withStatus(RealTimeContactAnalysisStatus status)
Status of real-time contact analysis.
status - Status of real-time contact analysis.RealTimeContactAnalysisStatuspublic List<RealtimeContactAnalysisSegment> getSegments()
An analyzed transcript or category.
public void setSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
segments - An analyzed transcript or category.public ListRealtimeContactAnalysisSegmentsV2Result withSegments(RealtimeContactAnalysisSegment... segments)
An analyzed transcript or category.
NOTE: This method appends the values to the existing list (if any). Use
setSegments(java.util.Collection) or withSegments(java.util.Collection) if you want to override
the existing values.
segments - An analyzed transcript or category.public ListRealtimeContactAnalysisSegmentsV2Result withSegments(Collection<RealtimeContactAnalysisSegment> segments)
An analyzed transcript or category.
segments - An analyzed transcript or category.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListRealtimeContactAnalysisSegmentsV2Result withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListRealtimeContactAnalysisSegmentsV2Result clone()