@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 Object
Object.toString()
public ContactAnalysis clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.