@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactAnalysis extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines search criteria for contacts using analysis outputs from Amazon Connect Contact Lens.
| Constructor and Description |
|---|
ContactAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
ContactAnalysis |
clone() |
boolean |
equals(Object obj) |
Transcript |
getTranscript()
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTranscript(Transcript transcript)
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
|
String |
toString()
Returns a string representation of this object.
|
ContactAnalysis |
withTranscript(Transcript transcript)
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
|
public void setTranscript(Transcript transcript)
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
transcript - Search criteria based on transcript analyzed by Amazon Connect Contact Lens.public Transcript getTranscript()
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
public ContactAnalysis withTranscript(Transcript transcript)
Search criteria based on transcript analyzed by Amazon Connect Contact Lens.
transcript - Search criteria based on transcript analyzed by Amazon Connect Contact Lens.public String toString()
toString in class ObjectObject.toString()public ContactAnalysis clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.