@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptCriteria extends Object implements Serializable, Cloneable, StructuredPojo
A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.
Constructor and Description |
---|
TranscriptCriteria() |
Modifier and Type | Method and Description |
---|---|
TranscriptCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getMatchType()
The match type combining search criteria using multiple search texts in a transcript criteria.
|
String |
getParticipantRole()
The participant role in a transcript
|
List<String> |
getSearchText()
The words or phrases used to search within a transcript.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMatchType(String matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
|
void |
setParticipantRole(String participantRole)
The participant role in a transcript
|
void |
setSearchText(Collection<String> searchText)
The words or phrases used to search within a transcript.
|
String |
toString()
Returns a string representation of this object.
|
TranscriptCriteria |
withMatchType(SearchContactsMatchType matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
|
TranscriptCriteria |
withMatchType(String matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
|
TranscriptCriteria |
withParticipantRole(ParticipantRole participantRole)
The participant role in a transcript
|
TranscriptCriteria |
withParticipantRole(String participantRole)
The participant role in a transcript
|
TranscriptCriteria |
withSearchText(Collection<String> searchText)
The words or phrases used to search within a transcript.
|
TranscriptCriteria |
withSearchText(String... searchText)
The words or phrases used to search within a transcript.
|
public void setParticipantRole(String participantRole)
The participant role in a transcript
participantRole
- The participant role in a transcriptParticipantRole
public String getParticipantRole()
The participant role in a transcript
ParticipantRole
public TranscriptCriteria withParticipantRole(String participantRole)
The participant role in a transcript
participantRole
- The participant role in a transcriptParticipantRole
public TranscriptCriteria withParticipantRole(ParticipantRole participantRole)
The participant role in a transcript
participantRole
- The participant role in a transcriptParticipantRole
public List<String> getSearchText()
The words or phrases used to search within a transcript.
public void setSearchText(Collection<String> searchText)
The words or phrases used to search within a transcript.
searchText
- The words or phrases used to search within a transcript.public TranscriptCriteria withSearchText(String... searchText)
The words or phrases used to search within a transcript.
NOTE: This method appends the values to the existing list (if any). Use
setSearchText(java.util.Collection)
or withSearchText(java.util.Collection)
if you want to
override the existing values.
searchText
- The words or phrases used to search within a transcript.public TranscriptCriteria withSearchText(Collection<String> searchText)
The words or phrases used to search within a transcript.
searchText
- The words or phrases used to search within a transcript.public void setMatchType(String matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
matchType
- The match type combining search criteria using multiple search texts in a transcript criteria.SearchContactsMatchType
public String getMatchType()
The match type combining search criteria using multiple search texts in a transcript criteria.
SearchContactsMatchType
public TranscriptCriteria withMatchType(String matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
matchType
- The match type combining search criteria using multiple search texts in a transcript criteria.SearchContactsMatchType
public TranscriptCriteria withMatchType(SearchContactsMatchType matchType)
The match type combining search criteria using multiple search texts in a transcript criteria.
matchType
- The match type combining search criteria using multiple search texts in a transcript criteria.SearchContactsMatchType
public String toString()
toString
in class Object
Object.toString()
public TranscriptCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.