@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntentClassificationTestResultItemCounts extends Object implements Serializable, Cloneable, StructuredPojo
The number of items in the intent classification test.
Constructor and Description |
---|
IntentClassificationTestResultItemCounts() |
Modifier and Type | Method and Description |
---|---|
IntentClassificationTestResultItemCounts |
addIntentMatchResultCountsEntry(String key,
Integer value)
Add a single IntentMatchResultCounts entry
|
IntentClassificationTestResultItemCounts |
addSpeechTranscriptionResultCountsEntry(String key,
Integer value)
Add a single SpeechTranscriptionResultCounts entry
|
IntentClassificationTestResultItemCounts |
clearIntentMatchResultCountsEntries()
Removes all the entries added into IntentMatchResultCounts.
|
IntentClassificationTestResultItemCounts |
clearSpeechTranscriptionResultCountsEntries()
Removes all the entries added into SpeechTranscriptionResultCounts.
|
IntentClassificationTestResultItemCounts |
clone() |
boolean |
equals(Object obj) |
Map<String,Integer> |
getIntentMatchResultCounts()
The number of matched and mismatched results for intent recognition for the intent.
|
Map<String,Integer> |
getSpeechTranscriptionResultCounts()
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
Integer |
getTotalResultCount()
The total number of results in the intent classification test.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntentMatchResultCounts(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
void |
setSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
void |
setTotalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
|
String |
toString()
Returns a string representation of this object.
|
IntentClassificationTestResultItemCounts |
withIntentMatchResultCounts(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
|
IntentClassificationTestResultItemCounts |
withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
|
IntentClassificationTestResultItemCounts |
withTotalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
|
public IntentClassificationTestResultItemCounts()
public void setTotalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
totalResultCount
- The total number of results in the intent classification test.public Integer getTotalResultCount()
The total number of results in the intent classification test.
public IntentClassificationTestResultItemCounts withTotalResultCount(Integer totalResultCount)
The total number of results in the intent classification test.
totalResultCount
- The total number of results in the intent classification test.public Map<String,Integer> getSpeechTranscriptionResultCounts()
The number of matched, mismatched, and execution error results for speech transcription for the intent.
public void setSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
speechTranscriptionResultCounts
- The number of matched, mismatched, and execution error results for speech transcription for the intent.public IntentClassificationTestResultItemCounts withSpeechTranscriptionResultCounts(Map<String,Integer> speechTranscriptionResultCounts)
The number of matched, mismatched, and execution error results for speech transcription for the intent.
speechTranscriptionResultCounts
- The number of matched, mismatched, and execution error results for speech transcription for the intent.public IntentClassificationTestResultItemCounts addSpeechTranscriptionResultCountsEntry(String key, Integer value)
public IntentClassificationTestResultItemCounts clearSpeechTranscriptionResultCountsEntries()
public Map<String,Integer> getIntentMatchResultCounts()
The number of matched and mismatched results for intent recognition for the intent.
public void setIntentMatchResultCounts(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
intentMatchResultCounts
- The number of matched and mismatched results for intent recognition for the intent.public IntentClassificationTestResultItemCounts withIntentMatchResultCounts(Map<String,Integer> intentMatchResultCounts)
The number of matched and mismatched results for intent recognition for the intent.
intentMatchResultCounts
- The number of matched and mismatched results for intent recognition for the intent.public IntentClassificationTestResultItemCounts addIntentMatchResultCountsEntry(String key, Integer value)
public IntentClassificationTestResultItemCounts clearIntentMatchResultCountsEntries()
public String toString()
toString
in class Object
Object.toString()
public IntentClassificationTestResultItemCounts clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.