

# TranscriptCriteria


A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.

## Contents


 ** MatchType **   <a name="connect-Type-TranscriptCriteria-MatchType"></a>
The match type combining search criteria using multiple search texts in a transcript criteria.  
Type: String  
Valid Values: `MATCH_ALL | MATCH_ANY | MATCH_EXACT | MATCH_NONE`   
Required: Yes

 ** ParticipantRole **   <a name="connect-Type-TranscriptCriteria-ParticipantRole"></a>
The participant role in a transcript  
Type: String  
Valid Values: `AGENT | CUSTOMER | SYSTEM | CUSTOM_BOT | SUPERVISOR`   
Required: Yes

 ** SearchText **   <a name="connect-Type-TranscriptCriteria-SearchText"></a>
The words or phrases used to search within a transcript.  
Type: Array of strings  
Array Members: Minimum number of 0 items. Maximum number of 100 items.  
Length Constraints: Maximum length of 128.  
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/connect-2017-08-08/TranscriptCriteria) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/connect-2017-08-08/TranscriptCriteria) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/connect-2017-08-08/TranscriptCriteria) 