@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactAnalysis extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines filters can be used to search within outputs analyzed by Amazon Connect Contact Lens in a contact.
Constructor and Description |
---|
ContactAnalysis() |
Modifier and Type | Method and Description |
---|---|
ContactAnalysis |
clone() |
boolean |
equals(Object obj) |
Transcript |
getTranscript()
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed
transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTranscript(Transcript transcript)
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed
transcript.
|
String |
toString()
Returns a string representation of this object.
|
ContactAnalysis |
withTranscript(Transcript transcript)
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed
transcript.
|
public void setTranscript(Transcript transcript)
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.
transcript
- A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens
analyzed transcript.public Transcript getTranscript()
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.
public ContactAnalysis withTranscript(Transcript transcript)
A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript.
transcript
- A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens
analyzed transcript.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.