@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Transcript extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Amazon Connect Contact Lens.
Constructor and Description |
---|
Transcript() |
Modifier and Type | Method and Description |
---|---|
Transcript |
clone() |
boolean |
equals(Object obj) |
List<TranscriptCriteria> |
getCriteria()
The list of search criteria based on Contact Lens conversational analytics transcript.
|
String |
getMatchType()
The match type combining search criteria using multiple transcript criteria.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCriteria(Collection<TranscriptCriteria> criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
|
void |
setMatchType(String matchType)
The match type combining search criteria using multiple transcript criteria.
|
String |
toString()
Returns a string representation of this object.
|
Transcript |
withCriteria(Collection<TranscriptCriteria> criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
|
Transcript |
withCriteria(TranscriptCriteria... criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
|
Transcript |
withMatchType(SearchContactsMatchType matchType)
The match type combining search criteria using multiple transcript criteria.
|
Transcript |
withMatchType(String matchType)
The match type combining search criteria using multiple transcript criteria.
|
public List<TranscriptCriteria> getCriteria()
The list of search criteria based on Contact Lens conversational analytics transcript.
public void setCriteria(Collection<TranscriptCriteria> criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
criteria
- The list of search criteria based on Contact Lens conversational analytics transcript.public Transcript withCriteria(TranscriptCriteria... criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
NOTE: This method appends the values to the existing list (if any). Use
setCriteria(java.util.Collection)
or withCriteria(java.util.Collection)
if you want to override
the existing values.
criteria
- The list of search criteria based on Contact Lens conversational analytics transcript.public Transcript withCriteria(Collection<TranscriptCriteria> criteria)
The list of search criteria based on Contact Lens conversational analytics transcript.
criteria
- The list of search criteria based on Contact Lens conversational analytics transcript.public void setMatchType(String matchType)
The match type combining search criteria using multiple transcript criteria.
matchType
- The match type combining search criteria using multiple transcript criteria.SearchContactsMatchType
public String getMatchType()
The match type combining search criteria using multiple transcript criteria.
SearchContactsMatchType
public Transcript withMatchType(String matchType)
The match type combining search criteria using multiple transcript criteria.
matchType
- The match type combining search criteria using multiple transcript criteria.SearchContactsMatchType
public Transcript withMatchType(SearchContactsMatchType matchType)
The match type combining search criteria using multiple transcript criteria.
matchType
- The match type combining search criteria using multiple transcript criteria.SearchContactsMatchType
public String toString()
toString
in class Object
Object.toString()
public Transcript clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.