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