

# IntentClassificationTestResultItemCounts
<a name="API_IntentClassificationTestResultItemCounts"></a>

The number of items in the intent classification test.

## Contents
<a name="API_IntentClassificationTestResultItemCounts_Contents"></a>

 ** intentMatchResultCounts **   <a name="lexv2-Type-IntentClassificationTestResultItemCounts-intentMatchResultCounts"></a>
The number of matched and mismatched results for intent recognition for the intent.  
Type: String to integer map  
Valid Keys: `Matched | Mismatched | ExecutionError`   
Required: Yes

 ** totalResultCount **   <a name="lexv2-Type-IntentClassificationTestResultItemCounts-totalResultCount"></a>
The total number of results in the intent classification test.  
Type: Integer  
Required: Yes

 ** speechTranscriptionResultCounts **   <a name="lexv2-Type-IntentClassificationTestResultItemCounts-speechTranscriptionResultCounts"></a>
The number of matched, mismatched, and execution error results for speech transcription for the intent.  
Type: String to integer map  
Valid Keys: `Matched | Mismatched | ExecutionError`   
Required: No

## See Also
<a name="API_IntentClassificationTestResultItemCounts_SeeAlso"></a>

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/models.lex.v2-2020-08-07/IntentClassificationTestResultItemCounts) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/models.lex.v2-2020-08-07/IntentClassificationTestResultItemCounts) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/models.lex.v2-2020-08-07/IntentClassificationTestResultItemCounts) 